Information about plays

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

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

{
    "id": 3656873,
    "uri": "https://api.kexp.org/v2/plays/3656873/?format=api",
    "airdate": "2026-05-19T14:55:20-07:00",
    "show": 66760,
    "show_uri": "https://api.kexp.org/v2/shows/66760/?format=api",
    "image_uri": "https://coverartarchive.org/release/05ceec03-fe5d-39b2-b535-3e56bfeb9e3d/11463107536-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/05ceec03-fe5d-39b2-b535-3e56bfeb9e3d/11463107536-250.jpg",
    "song": "Bells of War",
    "track_id": null,
    "recording_id": "c08eb57c-e0af-4300-958b-bd51007f0461",
    "artist": "Wu‐Tang Clan",
    "artist_ids": [
        "0febdcf7-4e1f-4661-9493-b40427de2c13"
    ],
    "album": "Wu‐Tang Forever",
    "release_id": null,
    "release_group_id": "9c175231-56c2-35f1-a8f0-6059ad587d59",
    "labels": [
        "Loud Records"
    ],
    "label_ids": [
        "32f6ca53-2be0-4dcd-8c08-e46eb6a018aa"
    ],
    "release_date": "1997-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RZA deliberately crafted a haunting, heavy, and melancholic instrumental dominated by ominous, echoing chimes. He used these \"bell\" sounds both as a metaphor for an impending martial arts-style war and as a literal audio warning (ringing alarm bells) that the group was launching a counter-attack on the mainstream, \"glitzy\" hip-hop that was dominating the charts at the time",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}