Information about plays

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

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

{
    "id": 3542291,
    "uri": "https://api.kexp.org/v2/plays/3542291/?format=api",
    "airdate": "2025-08-20T01:33:24-07:00",
    "show": 64336,
    "show_uri": "https://api.kexp.org/v2/shows/64336/?format=api",
    "image_uri": "https://ia803202.us.archive.org/12/items/mbid-ae0be512-25cc-41e2-8b31-a579a789b504/mbid-ae0be512-25cc-41e2-8b31-a579a789b504-15064993356_thumb500.jpg",
    "thumbnail_uri": "https://ia903202.us.archive.org/12/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": "Celebrating the life of Isaac Hayes on his birthday! Born on this day in 1942! “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"
}