Information about plays

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

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

{
    "id": 3606459,
    "uri": "https://api.kexp.org/v2/plays/3606459/?format=api",
    "airdate": "2026-01-19T18:02:01-08:00",
    "show": 65701,
    "show_uri": "https://api.kexp.org/v2/shows/65701/?format=api",
    "image_uri": "https://coverartarchive.org/release/67ca4950-f7ee-4764-87e3-a85be1c6d7dc/3782660256-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/67ca4950-f7ee-4764-87e3-a85be1c6d7dc/3782660256-250.jpg",
    "song": "“B” Movie",
    "track_id": null,
    "recording_id": "46c3a2a7-1b32-448b-afff-80cf97256cb9",
    "artist": "Gil Scott‐Heron",
    "artist_ids": [
        "b5b89643-c488-4f39-a302-25cab31084a5"
    ],
    "album": "Reflections",
    "release_id": null,
    "release_group_id": "8d4d4587-1d2a-3cac-8462-748cd9eaed1e",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gil Scott‑Heron’s “‘B’ Movie” from Reflections (1981) is a spoken‑word critique of early ’80s politics, blending sharp social commentary with jazzy grooves. The track highlights his talent for turning music into pointed activism.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}