Information about plays

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

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

{
    "id": 3572147,
    "uri": "https://api.kexp.org/v2/plays/3572147/?format=api",
    "airdate": "2025-10-31T08:32:18-07:00",
    "show": 64982,
    "show_uri": "https://api.kexp.org/v2/shows/64982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Unsolved Mysteries Theme",
    "track_id": null,
    "recording_id": null,
    "artist": "Gary Malkin and Michael Boyd",
    "artist_ids": [],
    "album": "Unsolved Mysteries Soundtrack",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This music is so spooky because of \"The Devil's Interval, \" a dissident tritone. It echoes the theme from \"Halloween.\"\n“The music in ‘Unsolved Mysteries’ has the [same] repetition” as the sinister theme from “Halloween,” a professor says. “That droning and repeating [in the ‘Unsolved Mysteries’ theme] is part of what makes it ominous. It seems impervious to moving anywhere, and when it does move, it moves into really unexpected places, which is what the ‘Halloween’ theme does.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}