# Get episode playlists **GET /data/projects/{project_id}/episodes/{episode_id}/playlists** Retrieve all playlists related to given episode. The full list is returned because the number of playlists in an episode is not that big. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **project_id** (string(uuid)) Project unique identifier - **episode_id** (string(uuid)) Episode unique identifier or special value (main, all) ## Responses ### 200: All playlists related to given episode #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Playlist unique identifier - **name** (string) Playlist name - **episode_id** (string(uuid)) Episode unique identifier [Powered by Bump.sh](https://bump.sh)