Information about plays

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

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

{
    "id": 3599743,
    "uri": "https://api.kexp.org/v2/plays/3599743/?format=api",
    "airdate": "2026-01-03T18:03:47-08:00",
    "show": 65555,
    "show_uri": "https://api.kexp.org/v2/shows/65555/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Crack in the Sea",
    "track_id": null,
    "recording_id": "2e10504f-495f-46b8-985f-f39e80da8c2d",
    "artist": "Boy Eats Drum Machine",
    "artist_ids": [
        "2b03e696-edc0-478c-b6b7-b9d6ba9c3c98"
    ],
    "album": "booomboxxx",
    "release_id": null,
    "release_group_id": "dc4ccc2f-7cae-3d5b-b970-fe6761c510c2",
    "labels": [],
    "label_ids": [],
    "release_date": "2008-10-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Booomboxxx, the latest from Portland, Oregon-based Boy Eats Drum Machine, might take a while to sink in. At first listen, the seemingly random mash of glitchy drum samples comes off as disjointed and overwhelming. But after several spins, you can tell Jon Ragel, the solo force behind Boy Eats Drum Machine, is more calculated in his digital orchestrations.\"\n\nhttps://www.npr.org/2008/11/04/96580526/boy-eats-drum-machine-booomboxxx",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}