Information about plays

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

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

{
    "id": 3609683,
    "uri": "https://api.kexp.org/v2/plays/3609683/?format=api",
    "airdate": "2026-01-27T06:04:12-08:00",
    "show": 65767,
    "show_uri": "https://api.kexp.org/v2/shows/65767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cavern",
    "track_id": "d5d299b9-9199-3f8c-98aa-a219bad9e9f7",
    "recording_id": "548e1a77-b953-40f0-a529-1bf5c997d717",
    "artist": "Liquid Liquid",
    "artist_ids": [
        "4ba3563c-a27e-4bce-9e3e-5d6b4f1cde6d"
    ],
    "album": "Downtown 81",
    "release_id": "d113cfba-8478-4384-91e9-764670373ea9",
    "release_group_id": "a49610f3-d0e4-3226-accc-724c6bb4b77c",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The minimalistic funk of New York's Liquid Liquid consisted almost entirely of percussion grooves with a smattering of bass, plus congas, marimba, and the occasional vocal thrown in. The quartet consisted of Scott Hartley (drums, percussion, talking drum), Richard McGuire (bass, percussion, piano, guitar), Salvatore Principato (percussion, vocals), and Dennis Young (percussion, marimba, roto toms).\n\nhttps://liquidliquid.bandcamp.com/album/slip-in-and-out-of-phenomenon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}