Information about plays

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

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

{
    "id": 3635073,
    "uri": "https://api.kexp.org/v2/plays/3635073/?format=api",
    "airdate": "2026-03-29T09:53:04-07:00",
    "show": 66311,
    "show_uri": "https://api.kexp.org/v2/shows/66311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Comes & Goes",
    "track_id": null,
    "recording_id": "fb9d3872-3921-4b76-a5ee-5f67fab397ad",
    "artist": "Glen Wood",
    "artist_ids": [
        "67902ef7-899d-493e-aed8-f51aba7c7575"
    ],
    "album": "Comes & Goes",
    "release_id": null,
    "release_group_id": "94f3abec-bfd8-4abf-8d8f-0fa591595305",
    "labels": [
        "Earth Libraries"
    ],
    "label_ids": [
        "9ef7c67d-bf6d-4813-9d0a-79866bb48a0b"
    ],
    "release_date": "2026-02-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wood dropped out of high school in Birmingham, AL to go on to be a sought after studio engineer, producer, and session musician in the 1970s–80s before his untimely death at 38. This track was recorded during that period and was recently found in a shed in rural Alabama.\nhttps://glenwoodalabama.bandcamp.com/track/comes-goes-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}