spotifywebapipython.models.albumsimplified
Spotify Web API Simplified Album object.
Initializes a new instance of the class.
Arguments:
- root (dict): Spotify Web API JSON response in dictionary format, used to load object attributes; otherwise, None to not load attributes.
The artists of the album.
Each artist object includes a link in href to more detailed information about the artist.
The markets in which the album is available: ISO 3166-1 alpha-2 country codes.
NOTE: an album is considered available in a market when at least 1 of its tracks is available in that market.
Example: ["CA","BR","IT"]
Known external URLs for the album.
The cover art for the album in various sizes, widest first.
Returns the highest resolution order image from the Images list, if images
are defined; otherwise, null.
The precision with which release_date value is known.
Allowed values: year, month, day.
Example: year
Included in the response when a content restriction is applied.