Information about plays

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

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

{
    "id": 3621299,
    "uri": "https://api.kexp.org/v2/plays/3621299/?format=api",
    "airdate": "2026-02-23T13:41:10-08:00",
    "show": 66012,
    "show_uri": "https://api.kexp.org/v2/shows/66012/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "catch these fists",
    "track_id": "7a76476c-4b21-425b-8ed0-2ee17143db5e",
    "recording_id": "64831d68-bb1d-4d67-8777-d9e7dd31c51d",
    "artist": "Wet Leg",
    "artist_ids": [
        "90744b3e-363a-458e-8da1-e3e392a489c4"
    ],
    "album": "moisturizer",
    "release_id": "9509d2d8-986f-4b67-8b2e-4768fa4cbef7",
    "release_group_id": "660fd111-0d68-4d0e-8b83-ff5ca450bfa3",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2025-07-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Catch These Fists\" is about the minefield that is a night out, where all you want to do is dance with your mates and soak in the basslines but instead end up dodging unsolicited come-ons like you're in some sort of hormonally charged obstacle course.\n--\nWet Leg's Rhian Teasdale explained  how the song sprang from a real-life experience: \n\"Me and my friends went to Chappell Ronan's gig at Brixton Academy, and it was amazing,\" she said. \"And like everyone else in the crowd was just like, so lovely, and it's just like a very like safe space. And then afterwards, we went to a bar down the road, and just that kind of like ecstatic safe space feeling just completely dissolved as soon as we, like, set foot in this bar. So it was after that.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}