Information about plays

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

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

{
    "id": 3638598,
    "uri": "https://api.kexp.org/v2/plays/3638598/?format=api",
    "airdate": "2026-04-06T11:11:30-07:00",
    "show": 66383,
    "show_uri": "https://api.kexp.org/v2/shows/66383/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Moon, Please",
    "track_id": null,
    "recording_id": null,
    "artist": "Go Kurosawa",
    "artist_ids": [],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2026-04-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"My name is Go Kurosawa. I grew up in tokyo and lived in the u.s & europe. I’m a multi-instrumentalist, producer, and co-founder of the independent label Guruguru Brain. You might know me as drummer & vocalist of Kikagaku Moyo. I spent the past decade building bridges connecting east & west, sound & silence, rock & ritual, serious & joke. my first solo album soft shakes. soft shakes is something different: my first solo album, made entirely by myself, and mostly for fun. With soft shakes, there was no plan, no expectation. Just a feeling to pick up an instrument, play, and see what might come up.\" https://www.gokurosawa.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}