The following documentation is automatically generated. Please do not edit this file, but rather the original, inline with Net::Async::Spotify::Object::Generated::SimplifiedAlbum at lib/Net/Async/Spotify/Object/Generated/SimplifiedAlbum.pm (on the system that originally ran this). If you do edit this file, and don't want your changes to be removed, make sure you change the first line.
NAME
Net::Async::Spotify::Object::Generated::SimplifiedAlbum - Package representing Spotify SimplifiedAlbum Object
DESCRIPTION
Autogenerated module. Based on https://developer.spotify.com/documentation/web-api/reference/#objects-index Check crawl-api-doc.pl
for more information.
PARAMETERS
Those are Spotify SimplifiedAlbum Object attributes:
- album_group
-
Type:String Description:The field is present when getting an artist’s albums. Possible values are “album”, “single”, “compilation”, “appears_on”. Compare to album_type this field represents relationship between the artist and the album.
- album_type
-
Type:String Description:The type of the album: one of “album”, “single”, or “compilation”.
- artists
-
Type:Array[SimplifiedArtistObject] Description:The artists of the album. Each artist object includes a link in href to more detailed information about the artist.
- available_markets
-
Type:Array[String] Description:The markets in which the album is available: ISO 3166-1 alpha-2 country codes. Note that an album is considered available in a market when at least 1 of its tracks is available in that market.
- external_urls
-
Type:ExternalUrlObject Description:Known external URLs for this album.
- href
-
Type:String Description:A link to the Web API endpoint providing full details of the album.
- id
-
Type:String Description:The Spotify ID for the album.
- images
-
Type:Array[ImageObject] Description:The cover art for the album in various sizes, widest first.
- name
-
Type:String Description:The name of the album. In case of an album takedown, the value may be an empty string.
- release_date
-
Type:String Description:The date the album was first released, for example 1981. Depending on the precision, it might be shown as 1981-12 or 1981-12-15.
- release_date_precision
-
Type:String Description:The precision with which release_date value is known: year , month , or day.
- restrictions
-
Type:AlbumRestrictionObject Description:Included in the response when a content restriction is applied. See Restriction Object for more details.
- total_tracks
-
Type:Integer Description:The total number of tracks in the album.
- type
-
Type:String Description:The object type: “album”
- uri
-
Type:String Description:The Spotify URI for the album.