Information about plays

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

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

{
    "id": 3672294,
    "uri": "https://api.kexp.org/v2/plays/3672294/?format=api",
    "airdate": "2026-06-25T07:16:36-07:00",
    "show": 67082,
    "show_uri": "https://api.kexp.org/v2/shows/67082/?format=api",
    "image_uri": "https://dn710801.ca.archive.org/0/items/mbid-ae0be512-25cc-41e2-8b31-a579a789b504/mbid-ae0be512-25cc-41e2-8b31-a579a789b504-15064993356_thumb500.jpg",
    "thumbnail_uri": "https://dn710801.ca.archive.org/0/items/mbid-ae0be512-25cc-41e2-8b31-a579a789b504/mbid-ae0be512-25cc-41e2-8b31-a579a789b504-15064993356_thumb250.jpg",
    "song": "Theme From Shaft",
    "track_id": "fc5876ca-96b8-3385-b738-3dff0dc6b037",
    "recording_id": "bf266c83-4333-495c-a0c0-312c23178721",
    "artist": "Isaac Hayes",
    "artist_ids": [
        "a2361c7d-ddb6-41c1-a9a0-be09fbbb8d21"
    ],
    "album": "Shaft",
    "release_id": "ae0be512-25cc-41e2-8b31-a579a789b504",
    "release_group_id": "edb44be8-a63e-3ebf-bff0-959fd37c3bc5",
    "labels": [
        "Enterprise Records"
    ],
    "label_ids": [
        "3fcfb78e-6f78-4c76-b640-7b9cd8974507"
    ],
    "release_date": "1971-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The move \"Shaft\" was released in theaters on this day in 1971, featuring the soundtrack by Isaac Hayes. The single \"Theme from Shaft\" was released a few months later, on September 31st, and hit number one on the Billboard Hot 100 in November.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}