Information about plays

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

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

{
    "id": 3656141,
    "uri": "https://api.kexp.org/v2/plays/3656141/?format=api",
    "airdate": "2026-05-17T21:33:49-07:00",
    "show": 66745,
    "show_uri": "https://api.kexp.org/v2/shows/66745/?format=api",
    "image_uri": "https://coverartarchive.org/release/0bb9e5a9-7bd9-474e-91fd-6e639857a62f/44872655816-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0bb9e5a9-7bd9-474e-91fd-6e639857a62f/44872655816-250.jpg",
    "song": "Sadgati",
    "track_id": null,
    "recording_id": "f4063759-5a02-44d1-841f-576b3321f07e",
    "artist": "Decoder",
    "artist_ids": [
        "5b91e8e2-16c6-4f8b-82ac-bf74f7175621"
    ],
    "album": "Alchemy EP",
    "release_id": null,
    "release_group_id": "8bf2ec5f-51c2-47bf-b465-67411f7d110e",
    "labels": [
        "The Third Room"
    ],
    "label_ids": [
        "b4eaba0e-f09f-4a16-920b-6cec997b2d62"
    ],
    "release_date": "2026-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://decoderdtx.bandcamp.com/album/alchemy-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}