Information about plays

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

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

{
    "id": 3640095,
    "uri": "https://api.kexp.org/v2/plays/3640095/?format=api",
    "airdate": "2026-04-10T00:41:31-07:00",
    "show": 66411,
    "show_uri": "https://api.kexp.org/v2/shows/66411/?format=api",
    "image_uri": "https://coverartarchive.org/release/5e6e6c59-eda4-41d6-aa98-ad98c2e79bac/44327236037-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5e6e6c59-eda4-41d6-aa98-ad98c2e79bac/44327236037-250.jpg",
    "song": "Expanding Blue",
    "track_id": null,
    "recording_id": "db2431cd-473d-4288-ad68-344fe82423e3",
    "artist": "GUM",
    "artist_ids": [
        "e70fa82b-1080-42a9-b4d0-bae7f02e66d0"
    ],
    "album": "Blue Gum Way",
    "release_id": null,
    "release_group_id": "d114d63c-2457-4c02-ae74-ac984144c04d",
    "labels": [
        "p(doom) Records"
    ],
    "label_ids": [
        "00b22497-81b3-454d-bbdc-89ab65bbb9a2"
    ],
    "release_date": "2026-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}