The following documentation is automatically generated. Please do not edit this file, but rather the original, inline with Net::Async::Spotify::Object::Generated::Album at lib/Net/Async/Spotify/Object/Generated/Album.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::Album - Package representing Spotify Album 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 Album Object attributes:
- album_type
-
Type:String Description:The type of the album: album, single, or compilation.
- artists
-
Type:Array[ArtistObject] 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.
- copyrights
-
Type:Array[CopyrightObject] Description:The copyright statements of the album.
- external_ids
-
Type:ExternalIdObject Description:Known external IDs for the album.
- external_urls
-
Type:ExternalUrlObject Description:Known external URLs for this album.
- genres
-
Type:Array[String] Description:A list of the genres used to classify the album. For example: “Prog Rock” , “Post-Grunge”. (If not yet classified, the array is empty.)
- 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.
- label
-
Type:String Description:The label for the album.
- name
-
Type:String Description:The name of the album. In case of an album takedown, the value may be an empty string.
- popularity
-
Type:Integer Description:The popularity of the album. The value will be between 0 and 100, with 100 being the most popular. The popularity is calculated from the popularity of the album’s individual tracks.
- release_date
-
Type:String Description:The date the album was first released, for example “1981-12-15”. Depending on the precision, it might be shown as “1981” or “1981-12”.
- 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.
- tracks
-
Type:Array[SimplifiedTrackObject] Description:The tracks of the album.
- type
-
Type:String Description:The object type: “album”
- uri
-
Type:String Description:The Spotify URI for the album.