in: query
name: playlist_id
required: false
schema:
  type: array
  items:
    $ref: '../schemas/properties/playlist_id.yaml'
examples:
  'This is Michael Jackson':
    value: ['spotify_37i9dQZF1DXaTIN6XNquoW']
  '80s Smash Hits':
    value: ['spotify_19PgP2QSGPcm6Ve8VhbtpG']
  'This is Michael Jackson, 80s Smash Hits':
    value: ['spotify_37i9dQZF1DXaTIN6XNquoW', 'spotify_19PgP2QSGPcm6Ve8VhbtpG']
  '--':
    value: null
