Common/video/v1.1/AssociatedTrack

Jump to: navigation, search

AssociatedTrack

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

Elements

NameTypeDescription
trackId string Rovi Music track ID for a song.
trackName string Title of the song.

XML Response Example

  <AssociatedTrack>
    <trackId>MT0001698726</trackId>
    <trackName>The Simpsons</trackName>
  </AssociatedTrack>

JSON Response Example

  {
    trackId: "MT0001698726",
    trackName: "The Simpsons"
  }
 
Personal tools