Information about plays

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

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

{
    "id": 3667493,
    "uri": "https://api.kexp.org/v2/plays/3667493/?format=api",
    "airdate": "2026-06-13T19:35:05-07:00",
    "show": 66981,
    "show_uri": "https://api.kexp.org/v2/shows/66981/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Call",
    "track_id": "89201b76-2ccb-3a1b-81ec-3c639ffe8481",
    "recording_id": "38ae4a1d-7aad-4e5e-a71e-af8305b772ee",
    "artist": "Sushirobo",
    "artist_ids": [
        "a60a424f-0c28-43ba-8b4a-390acd2a1d23"
    ],
    "album": "The Light-Fingered Feeling of Sushirobo",
    "release_id": "9e061f4d-068c-44b2-8c00-8b3f84bb2120",
    "release_group_id": "c0ef9525-c4fa-347f-b043-ac62edc6ea7b",
    "labels": [
        "Pattern 25 Records"
    ],
    "label_ids": [
        "f50adcb5-096e-4abc-b94c-a71091660a22"
    ],
    "release_date": "2003-10-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A listener request!\n\n\"Taking their initial cues from late-'70s art punk, Seattle's Sushirobo plays angular, funky pop music that recalls bands like Devo and Wire, but with a modern twist of their own. Most of their songs are not written as such, but are the result of jamming and improvising, which is then refined into songs.\"\n\nhttps://music.apple.com/us/artist/sushirobo/6372897",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}