Information about plays

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

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

{
    "id": 3572798,
    "uri": "https://api.kexp.org/v2/plays/3572798/?format=api",
    "airdate": "2025-11-01T21:25:33-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "https://coverartarchive.org/release/97ca756c-469c-4b17-966f-35fba422d5b4/2687281375-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/97ca756c-469c-4b17-966f-35fba422d5b4/2687281375-250.jpg",
    "song": "The Tingler",
    "track_id": null,
    "recording_id": "50a67c4a-97bb-4f05-8866-06ad565364a7",
    "artist": "Alice Donut",
    "artist_ids": [
        "b80617ea-0850-4744-aac8-c689cac6afd0"
    ],
    "album": "The Untidy Suicides of Your Degenerate Children",
    "release_id": null,
    "release_group_id": "01e7d65f-52e8-3e9c-a52f-957c025c8e76",
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alice Donut formed in 1986 after the demise of the Sea Beasts, a band at Columbia University, the name soon trimmed from the initial Alice Donut Liver Henry Moore, a play on Alice Doesn't Live Here Anymore.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}