API 2.0 Version 1.0
track
Details about a track (i.e. movement) of a work.
Child Elements
Element Description Empty Allowed? Cardinality?
itemid
The itemid of the object.
no 1
title
Title or tempo marking of the track.
no 1
act
Act of the track. The act is usually represented by a number, though it is possible that non-numeric characters may be used.
yes 1
movement
Movement of the track. The movement is usually represented by a number, though it is possible that non-numeric characters may be used.
yes 1
length
The length of the track in HH:MM:SS format
yes 1
streaming
The streaming rights assigned by the owner. Only applies if the parent is an album.
Allowed values are:
  • full - The entire track can be streamed.
  • sample - Only a sample of the track can be streamed. Usually the first 60 seconds.
  • none - The track cannot be streamed.
no 0, 1
product
Sales information. Only applies if the parent is an album. See product for more info.
no 0, 1
Sample
<track>
   <itemid>334525</itemid>
   <title>Shanghai Overture</title>
   <act />
   <movement />
   <length>8:45</length>
   <streaming>sample</streaming>
   <product>
      <productid>5025550</productid>
      <price>0.99</price>
      <available>n</available>
   </product>
</track>