type: object
nullable: true
description: 'Spotify track GRAS metadata'
properties:
  track_id:
    $ref: '../properties/track_id.yaml'
  track_name:
    $ref: '../properties/track_name_nullable.yaml'
  release_date:
    $ref: '../properties/release_date_nullable.yaml'
  label:
    $ref: './Label.yaml'
  artists:
    type: array
    items:
      $ref: './ArtistSimple.yaml'