Information about plays

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

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

{
    "id": 3633694,
    "uri": "https://api.kexp.org/v2/plays/3633694/?format=api",
    "airdate": "2026-03-26T00:56:10-07:00",
    "show": 66280,
    "show_uri": "https://api.kexp.org/v2/shows/66280/?format=api",
    "image_uri": "https://coverartarchive.org/release/64418688-706e-3312-b2b0-fba6c123c506/2980858586-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/64418688-706e-3312-b2b0-fba6c123c506/2980858586-250.jpg",
    "song": "The Jean Genie",
    "track_id": null,
    "recording_id": "f18b8945-9784-417a-bb43-53508b73d612",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Aladdin Sane",
    "release_id": null,
    "release_group_id": "50f8710f-3ae6-319b-85a7-afe783f13449",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1973-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bowie played Winterland in SF in 1972 with Sylvester and his Hot Band. Mick Rock shot video of that performance which became the video for \"The Jean Genie.\"\n\nhttps://www.youtube.com/watch?v=5X8PwHaGIYU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}