Common/video/v1.1/AssociatedAlbum

Jump to: navigation, search

AssociatedAlbum

Contains information about an album that is associated with a movie or television program.

Elements

NameTypeDescription
albumId string Rovi Music album ID for an album.
albumName string Title of the album.

XML Response Example

  <AssociatedAlbum>
    <albumId>MW0000030025</albumId>
    <albumName>Babylon 5: Severed Dreams</albumName>
  </AssociatedAlbum>

JSON Response Example

    {
      albumId: "MW0000030025",
      albumName: "Babylon 5: Severed Dreams"
    }
 
Personal tools