Common/name/v1.1/NameAlbum

Jump to: navigation, search

NameAlbum

Contains information about an album that a person, group, or organization contributed to.

Elements

NameTypeDescription
flags string [ ] Additional features and characteristics that apply to the album:
  • Bootleg
  • Cast Recording
  • Christmas
  • Compilation
  • DJ Mix
  • Exercise
  • Field Recording
  • Highlights
  • Holiday
  • Instrumental
  • Interview
  • Karaoke
  • Live Recording
  • Offensive image,title,lyrics
  • Religious
  • Remixes
  • Soundtrack
  • Studio & Live
  • Studio Recording
  • Tribute
  • Video
hasReview Boolean Whether a primary review of the album is available: true or false.
ids ids Database IDs recognized by the API for an album:
  • albumId
  • amgClassicalId
  • amgPopId
isPick Boolean Whether the album is recommended by Rovi: true or false.
label string Record company that produced the album.
rating string An editorially assigned rating of the album from 0 to 9, where 0 is no rating and higher numbers indicate a higher rating.
title string Full name of the album.
type string The product form:
  • EP
Extended Play, more than a Single but less than an Album.
  • Album
A collection of tracks.
  • Ringle
A combination of ringtone and Single.
  • Single
One or two tracks released separately from an Album.
  • Maxi-Single
A Single with more than two tracks.
year string Year the album was released.

XML Response Example

<NameAlbum>
  <ids>
    <albumId>MW0002069801</albumId>
    <amgClassicalId i:nil="true" />
    <amgPopId>R 2058616</amgPopId>
  </ids>
  <title>Live in Vancouver 1970</title>
  <rating>6</rating>
  <year>2010-11-22</year>
  <label>Bright Midnight / Doors Music Company / Rhino</label>
  <flags i:nil="true" xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  <hasReview>true</hasReview>
  <isPick>false</isPick>
  <type>Album</type>
</NameAlbum>

JSON Response Example

{
  "ids":{
    "albumId":"MW0002069801",
    "amgClassicalId":null,
    "amgPopId":"R  2058616"
  },
  "title":"Live in Vancouver 1970",
  "rating":"6",
  "year":"2010-11-22",
  "label":"Bright Midnight \/ Doors Music Company \/ Rhino",
  "flags":null,
  "hasReview":true,
  "isPick":false,
  "type":"Album"
}
 
Personal tools