> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qlero.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Track glossary

export const entity_0 = "Track"

A **Track** represents a single audio recording.
It can appear in multiple Releases and be associated with multiple Contracts.
Tracks are used when mapping incoming sales data to the correct recording.

***

<Note>
  Fields marked with <Badge stroke color="blue">Required</Badge> must be
  provided when creating a new {entity_0}.
</Note>

### Fields

**Name** <Badge stroke color="blue">Required</Badge> – The title of the track.

**Display Artists** <Badge stroke color="blue">Required</Badge> – A formatted representation of the included artists.

**Foreign ID** – Use this field to store an external system ID for the track.

**Label** – A reference to the Label associated with this track.

**ISRC** <Badge stroke color="blue">Required</Badge> – The International Standard Recording Code assigned to the recording.

**Variant Type** – Indicates the track variant, such as Instrumental, Remix, or Radio Edit.

**Version** – A version descriptor complementing the variant type.

**P Line** – The phonographic copyright line.

**Duration In Seconds** – The total duration of the recording in seconds.

**Notes** – Internal notes.

**Aliases** – A list of additional identifiers for the track, such as any alternate ISRCs or other IDs.
[Aliases are used when mapping incoming sales data to the catalog.](/recordings/repertoire/tracks/using-track-aliases-to-match-sales-data)

***
