Class Album


public class Album extends AlbumBase
AlbumObject
  • Field Details

    • artists

      public List<SimplifiedArtist> artists

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

    • copyrights

      public List<Copyright> copyrights

      The copyright statements of the album.

    • externalIds

      public ExternalId externalIds

      Known external IDs for the album.

    • genres

      public List<String> genres

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

    • label

      public String label

      The label for the album.

    • 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.

    • tracks

      public Paging<SimplifiedTrack> tracks

      The tracks of the album.

  • Constructor Details

    • Album

      public Album()