Information about plays

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

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

{
    "id": 3572240,
    "uri": "https://api.kexp.org/v2/plays/3572240/?format=api",
    "airdate": "2025-10-31T14:20:43-07:00",
    "show": 64984,
    "show_uri": "https://api.kexp.org/v2/shows/64984/?format=api",
    "image_uri": "https://coverartarchive.org/release/06490e70-ab31-4735-9667-fc1a66689807/4454427290-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/06490e70-ab31-4735-9667-fc1a66689807/4454427290-250.jpg",
    "song": "Apartment 223",
    "track_id": null,
    "recording_id": "392dddce-dd19-49d6-9ca8-a9f16405d591",
    "artist": "Dr. Dooom",
    "artist_ids": [
        "fab9932c-e02c-49fd-86b6-3367ceed1419"
    ],
    "album": "First Come, First Served",
    "release_id": null,
    "release_group_id": "36b7f237-3ca8-376f-9bf5-21aa497badeb",
    "labels": [
        "Funky Ass Records"
    ],
    "label_ids": [
        "fb8818d5-6ddf-4fd3-8ac6-97dbe52e1edf"
    ],
    "release_date": "1999-04-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Apartment 223” discusses the outrageous living arrangement of the cannibalistic serial killer, Dr. Dooom. His vividly describes his surroundings and all of the crimes he intends to commit against his intended victims. Produced by [KutMasta Kurt] this track is based on samples of Les Baxter’s “Sensual Hallucinations” and Arch Oboler’s “I’m Hungry”.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}