Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3599279/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3599279,
    "uri": "https://api.kexp.org/v2/plays/3599279/?format=api",
    "airdate": "2026-01-02T16:02:37-08:00",
    "show": 65542,
    "show_uri": "https://api.kexp.org/v2/shows/65542/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Back On 74",
    "track_id": "bb2d87f5-95d0-4e2d-ac90-5b8a6ae3d58a",
    "recording_id": "9b742809-0ea8-4a53-a4fe-c2b38ee2cffa",
    "artist": "Jungle",
    "artist_ids": [
        "6bbb3983-ce8a-4971-96e0-7cae73268fc4"
    ],
    "album": "Volcano",
    "release_id": "14fbd2c0-0468-4cd7-9630-6aa655e11d5b",
    "release_group_id": "07bd527b-afe9-405b-bc92-0766cb280d05",
    "labels": [
        "Caiola Records"
    ],
    "label_ids": [
        "32dc4101-1ddf-4c46-bd82-eee0e1179eb7"
    ],
    "release_date": "2023-08-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch this song as part of the British band’s 2023 Live on KEXP session here. https://youtu.be/6uO1fHVWtbI?si=b6wlh572YNZhLCNZ\nOr pick up their music here. \nhttps://jungle.bandcamp.com/album/volcano",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}