I am very new to UML and am using Lucidchart to model some classes in java. I am trying to represent a one to many relationship where 1 artist will have many albums and each album will have 1 artist. Is this the correct way to model this relationship? 
EDIT
Thank you for your help. This is what I have come up with so far. I'm still a little confused about what else was said about the properties. Are the multiplicities and lines correct?

Your diagram is incorrect as a UML diagram. I can tell because of the crow's foot on the end of the association.
To make your diagram correct:
0..*albumsproperty to theAlbumend of the association (as you should never bury a list like this in UML--that's what associations represent!)Artistend of the association to a multiplicity of1Artistend of the association (e.g.,artist)Song(which is an actual concept with more information than a name, such as duration, composer, etc.)AlbumandSong, creating appropriate multiplicities and properties