Information about plays

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

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

{
    "id": 3633738,
    "uri": "https://api.kexp.org/v2/plays/3633738/?format=api",
    "airdate": "2026-03-26T04:03:09-07:00",
    "show": 66281,
    "show_uri": "https://api.kexp.org/v2/shows/66281/?format=api",
    "image_uri": "https://coverartarchive.org/release/9f4649c4-9dfa-4d0b-843b-266efbad5b98/1892889371-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9f4649c4-9dfa-4d0b-843b-266efbad5b98/1892889371-250.jpg",
    "song": "Midtown 120 Blues",
    "track_id": null,
    "recording_id": "80ff76bf-3c11-4060-90eb-3cd2cbcf2ea4",
    "artist": "DJ Sprinkles",
    "artist_ids": [
        "e608258a-9f0b-42b8-aa90-2624c8cc6b1b"
    ],
    "album": "Midtown 120 Blues",
    "release_id": null,
    "release_group_id": "85b3eb3c-b712-3ab8-b602-b4a561e69f38",
    "labels": [
        "Comatonse Recordings"
    ],
    "label_ids": [
        "96dc4a94-3766-4b01-9d1f-aaa0ce691f88"
    ],
    "release_date": "2009-01-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reissue of her achingly essential, and moving, 2009 LP - http://blog.kexp.org/2014/12/10/2014-top-ten-list-spotlight-sean/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}