Information about plays

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

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

{
    "id": 3605772,
    "uri": "https://api.kexp.org/v2/plays/3605772/?format=api",
    "airdate": "2026-01-18T00:00:35-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tormented by Atrocities",
    "track_id": null,
    "recording_id": "bac49d60-6e5a-49c8-aa30-b3e1366a0e48",
    "artist": "Castrator",
    "artist_ids": [
        "99c18611-4632-4954-9bd5-34c877751a6c"
    ],
    "album": "Defiled in Oblivion",
    "release_id": null,
    "release_group_id": "fffc3938-e866-4c4f-b6db-48b4ef4a9869",
    "labels": [
        "Dark Descent"
    ],
    "label_ids": [
        "62a84932-c6c3-4cac-88f5-e41460e2fa13"
    ],
    "release_date": "2022-07-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Castrator's only announced live show this year so far is Milwaukee Metal Fest June 5th-7th with Integrity, Hirax, Pallbearer, and many more.\n\nhttps://castrator.bandcamp.com/album/coronation-of-the-grotesque\nhttps://www.facebook.com/CastratorBand",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}