Class Album

    • Field Detail

      • albumType

        public String albumType

        The type of the album.

      • artists

        public List<Artist> artists

        The artists of the album. Each artist object includes a link in href to more detailed information about the artist.

      • availableMarkets

        public List<String> availableMarkets

        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 one of its tracks is available in that market.

      • copyrights

        public List<Copyright> copyrights

        The copyright statements of the album.

      • externalIds

        public ExternalId externalIds

        Known external IDs for the album.

      • externalUrls

        public ExternalUrl externalUrls

        Known external URLs for this album.

      • genres

        public List<String> genres

        A list of the genres used to classify the album. (If not yet classified, the array is empty.)

      • images

        public List<Image> images

        The cover art for the album in various sizes, widest first.

      • label

        public String label

        The label for the album.

      • name

        public String name

        The name of the album. In case of an album takedown, the value may be an empty string.

      • popularity

        public int popularity

        The popularity of the album, with 100 being the most popular. The popularity is calculated from the popularity of the album's individual tracks.

      • releaseDate

        public String releaseDate

        The date the album was first released. Depending on the precision, it might be shown as "1981" or "1981-12".

      • releaseDatePrecision

        public String releaseDatePrecision

        The precision with which release_date value is known.

      • totalTracks

        public int totalTracks

        The total number of tracks in the album.

    • Constructor Detail

      • Album

        public Album()