Information about plays

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

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

{
    "id": 3636831,
    "uri": "https://api.kexp.org/v2/plays/3636831/?format=api",
    "airdate": "2026-04-02T10:20:07-07:00",
    "show": 66345,
    "show_uri": "https://api.kexp.org/v2/shows/66345/?format=api",
    "image_uri": "https://dn710603.ca.archive.org/0/items/mbid-21e9d6b9-7297-4e5a-a285-cd2dee7cb118/mbid-21e9d6b9-7297-4e5a-a285-cd2dee7cb118-7367242288_thumb500.jpg",
    "thumbnail_uri": "https://dn710603.ca.archive.org/0/items/mbid-21e9d6b9-7297-4e5a-a285-cd2dee7cb118/mbid-21e9d6b9-7297-4e5a-a285-cd2dee7cb118-7367242288_thumb250.jpg",
    "song": "I See You",
    "track_id": "e8a760e4-f611-4bf3-9754-1c0f7b027a09",
    "recording_id": "a33c33ed-1dda-4956-9a75-9e7f2393c48b",
    "artist": "The Horrors",
    "artist_ids": [
        "00467da8-2a92-498f-8b10-a80889bcded7"
    ],
    "album": "Luminous",
    "release_id": "21e9d6b9-7297-4e5a-a285-cd2dee7cb118",
    "release_group_id": "b56b6491-470a-43d7-aa21-c163a6525477",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2014-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "English band The Horrors performed Live on KEXP back in 2018. Check out the performance here: https://www.youtube.com/watch?v=d2lJxNLzbQA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}