Information about plays

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

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

{
    "id": 3612203,
    "uri": "https://api.kexp.org/v2/plays/3612203/?format=api",
    "airdate": "2026-02-02T08:22:43-08:00",
    "show": 65821,
    "show_uri": "https://api.kexp.org/v2/shows/65821/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": "“Theme from ‘Shaft’” changed Hayes’ standing in the recording industry. At the age of 29, he was jettisoned into super stardom and the record books. No longer considered to be just an “album artist,” he was now recategorized as a more valuable commodity: a “singles artist\". https://www.loc.gov/static/programs/national-recording-preservation-board/documents/ThemeFromShaft.pdf",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}