Information about plays

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

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

{
    "id": 3633123,
    "uri": "https://api.kexp.org/v2/plays/3633123/?format=api",
    "airdate": "2026-03-24T12:55:52-07:00",
    "show": 66268,
    "show_uri": "https://api.kexp.org/v2/shows/66268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Doo Wop (That Thing)",
    "track_id": null,
    "recording_id": "75e267d4-aedf-490e-867a-73209de11cc8",
    "artist": "Ziggy Ramo feat. Christine Anu",
    "artist_ids": [
        "786de244-4fe5-4ffa-b112-7632c3d41e5e",
        "7a0ddcc1-6675-4c27-9925-b9a85aaf8d96"
    ],
    "album": "Doo Wop (That Thing) [triple j Like a Version]",
    "release_id": null,
    "release_group_id": "0116b5cb-747c-47d3-8abe-b50ad40814ea",
    "labels": [
        "triple j"
    ],
    "label_ids": [
        "aac15e25-6197-43ee-bd71-4c64ca92028c"
    ],
    "release_date": "2023-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ziggy Ramo covered Lauryn Hill's classic here. He collaborated with Australia's \"harmonizing matriarch,\" Christine Anu. \n--\n\"Gender's a construct, but we hold it up (Yeah, yeah)\nAre you over it? Have you had enough? (Yeah, yeah)...\"\nWhile staying largely true to the original, Ziggy Ramo worked in a few bars for a powerful pre-chorus about the construct of gender and the toxicity that brings",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}