Information about plays

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

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

{
    "id": 3536706,
    "uri": "https://api.kexp.org/v2/plays/3536706/?format=api",
    "airdate": "2025-08-06T14:31:30-07:00",
    "show": 64216,
    "show_uri": "https://api.kexp.org/v2/shows/64216/?format=api",
    "image_uri": "https://coverartarchive.org/release/ed708c57-029c-44c4-b178-f08dbe08bf63/22615867495-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ed708c57-029c-44c4-b178-f08dbe08bf63/22615867495-250.jpg",
    "song": "The Old Man’s Back Again (Dedicated to the Neo‐Stalinist Regime)",
    "track_id": null,
    "recording_id": "dd30b7e0-eb60-447d-b5f8-82774ca86f3f",
    "artist": "Scott Walker",
    "artist_ids": [
        "99524243-dc2e-4bf3-82c0-72395391d21f"
    ],
    "album": "Scott 4",
    "release_id": null,
    "release_group_id": "c33d96bd-94fa-30ba-a83a-8809f34e9f76",
    "labels": [],
    "label_ids": [],
    "release_date": "1969-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Scott Walker released \"The Old Man's Back Again (Dedicated to the Neo-Stalinist Regime)\" on the 1969 album Scott 4, his fifth solo album. The song's title and content refers to the 1968 Warsaw Pact invasion of Czechoslovakia.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}