Information about plays

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

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

{
    "id": 3632206,
    "uri": "https://api.kexp.org/v2/plays/3632206/?format=api",
    "airdate": "2026-03-22T02:37:19-07:00",
    "show": 66248,
    "show_uri": "https://api.kexp.org/v2/shows/66248/?format=api",
    "image_uri": "https://coverartarchive.org/release/a922d412-d5a1-4b2d-aa00-1cdc0ffc685b/34023659932-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a922d412-d5a1-4b2d-aa00-1cdc0ffc685b/34023659932-250.jpg",
    "song": "Lady Godiva’s Operation",
    "track_id": null,
    "recording_id": "23e762b4-7ce3-433a-8213-0df2bd5600d0",
    "artist": "Chapterhouse",
    "artist_ids": [
        "c95d5fb3-03d4-4b5e-93da-a57bd7e26db0"
    ],
    "album": "Whirlpool - The Original Recordings",
    "release_id": null,
    "release_group_id": "23bf2ec0-dcbc-41bc-acb8-ad288b34d9db",
    "labels": [
        "Space Age Recordings"
    ],
    "label_ids": [
        "428a5bdb-a273-44e6-a513-8ac1511f9d2b"
    ],
    "release_date": "2009-04-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Simon Rowe of Chapterhouse was in Mojave 3.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}