Simple Album
Simplified Album object that can be used to retrieve a full Album
Parameters
A link to the Web API endpoint providing full details of the album.
The Spotify ID for the album. are “album”, “single”, “compilation”, “appears_on”. Compare to album_type this field represents relationship between the artist and the album.
The artists of the album. Each artist object includes a link in href to more detailed information about the artist. that an album is considered available in a market when at least 1 of its tracks is available in that market.
The cover art for the album in various sizes, widest first.
The name of the album. In case of an album takedown, the value may be an empty string.
The object type: “album” it might be shown as 1981-12 or 1981-12-15.
The precision with which release_date value is known: year , month , or day.
Part of the response when Track Relinking is applied, the original track is not available in the given market, and Spotify did not have any tracks to relink it with. The track response will still contain metadata for the original track, and a restrictions object containing the reason why the track is not available: "restrictions" : {"reason" : "market"}
Constructors
Properties
Optional. The field is present when getting an artist’s albums. Possible values
The type of the album: one of “album”, “single”, or “compilation”.
The API client associated with the request
The markets in which the album is available: ISO 3166-1 alpha-2 country codes. Note
Known external URLs for this object
The date the album was first released, for example 1981. Depending on the precision,
The URI associated with the object
Functions
Converts this SimpleAlbum into a full Album object with the given market
Converts this SimpleAlbum into a full Album object with the given market