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

# BasicTrack

> Represents a simplified Spotify track

#### Properties

<ResponseField name="id" type="string">
  The unique identifier of this track on Spotify
</ResponseField>

<ResponseField name="album" type="string | null">
  The album of this track, if available.
</ResponseField>

<ResponseField name="title" type="string">
  The title of this track.
</ResponseField>

<ResponseField name="artist" type="string">
  The artist of this track.
</ResponseField>

<ResponseField name="imageUrl" type="string | null">
  The album art of this track, if available
</ResponseField>

<ResponseField name="href" type="string">
  A link to this track in the Spotify API
</ResponseField>

<ResponseField name="uri" type="string">
  The track's Spotify URI
</ResponseField>
