Information about plays

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

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

{
    "id": 3634937,
    "uri": "https://api.kexp.org/v2/plays/3634937/?format=api",
    "airdate": "2026-03-29T01:29:54-07:00",
    "show": 66308,
    "show_uri": "https://api.kexp.org/v2/shows/66308/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Throw Yourself to the Sword",
    "track_id": null,
    "recording_id": "5ada0395-c868-4499-8b59-60046cce5d84",
    "artist": "Die Spitz",
    "artist_ids": [
        "81cefa59-d9cd-410f-ac11-7b66519a9514"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2026-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": true,
    "comment": "Watch Die Spitz performing live on KEXP recorded September 9, 2025: https://www.youtube.com/watch?v=LBuwjdY9GRI Die Spitz will be performing April 22, 2026 at the Neptune Theatre in Seattle.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}