get:
  tags:
    - All Resources
    - Playlists
    - Public Playlists
  summary: 'Get one Playlist from Spotify (public)'
  operationId: public.playlists.current.get
  description: >-
    Resource route for getting a single `Playlist` for Apple's playlist or
    with the latest information about playlist metadata from Spotify
  security:
    - bearerAuth: [ ]
  parameters:
    - $ref: '../parameters/playlist_id_path.yaml'
    - $ref: '../parameters/apple_country_code.yaml'
  responses:
    200:
      $ref: '../responses/PublicPlaylistResponse.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    404:
      $ref: '../responses/NotFoundError.yaml'
    500:
      $ref: '../responses/InternalError.yaml'