type: object
nullable: true
properties:
  apple_track_id:
    $ref: '../properties/apple_track_id_nullable.yaml'
  artists:
    type: array
    description: 'An array of one or more Generic Artists belonging to a Generic Track.'
    items:
      $ref: './GenericArtist.yaml'
  image:
    $ref: './GenericImage.yaml'
  name:
    $ref: '../properties/track_name.yaml'
  is_sony:
    $ref: '../properties/is_sony.yaml'
  isrc:
    $ref: '../properties/isrc.yaml'
  release_date:
    $ref: '../properties/release_date_nullable.yaml'