Information about plays

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

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

{
    "id": 3617634,
    "uri": "https://api.kexp.org/v2/plays/3617634/?format=api",
    "airdate": "2026-02-14T23:50:12-08:00",
    "show": 65936,
    "show_uri": "https://api.kexp.org/v2/shows/65936/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I, Bloodbrother Be",
    "track_id": null,
    "recording_id": "eac1d27e-7767-4956-986d-7e371c05f52a",
    "artist": "Shock Headed Peters",
    "artist_ids": [
        "ace964ff-1832-469a-966f-e1333aeb225c"
    ],
    "album": "Fear Engine",
    "release_id": null,
    "release_group_id": "d9e0ce82-19a6-48ec-aae1-3c30a851559b",
    "labels": [
        "The Produkt Korps"
    ],
    "label_ids": [
        "9347f553-2ec8-4357-a5eb-c9dea8adb284"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 1982 in Britain, the band took their name from the 19th-century German's children book Der Struwwelpeter (\"Shockheaded Peter\") by Heinrich Hoffmann.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}