Individual track management.
Adding artist roles: In addition to the standard artist attribute, you can add any available role from the Artist Roles endpoint into the input attribute, using the same syntax as the artist attribute.
List tracks
Retrieve a paginated list of tracks
query Parameters
page[number]Page number for pagination
page[size]Number of items per page (max 200)
includeComma-separated list of related resources to include
sortComma-separated list of fields to sort by (prefix with - for descending)
filter[distributor-id]Filter by distributor ID
filter[company-ids]Comma-separated company IDs
filter[label-ids]Comma-separated label IDs
filter[product-id]Filter by product ID
filter[volume-number]Filter by volume number
filter[track-number]Filter by track number
List tracks › Responses
Successful response
Array of resource objects (override with specific resource schema)
Related resources included in the response
Clone a track to a product
Clone an existing track and add it to a target product. This creates a copy of the track's metadata and associates it with the specified product at the given volume number.
Useful when distributing the same recording across multiple products (e.g. adding a single to a compilation album) without re-entering all track metadata.
path Parameters
idResource ID
Clone a track to a product › Request Body
product_idID of the destination product where the track will be added
track_idID of the source track to clone
volume_numberVolume number in the destination product (use 1 for single-disc products)
Clone a track to a product › Responses
Track cloned successfully
Related resources included in the response