Information about plays

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

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

{
    "id": 3610751,
    "uri": "https://api.kexp.org/v2/plays/3610751/?format=api",
    "airdate": "2026-01-29T20:11:26-08:00",
    "show": 65788,
    "show_uri": "https://api.kexp.org/v2/shows/65788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "NSPS",
    "track_id": null,
    "recording_id": null,
    "artist": "Draag",
    "artist_ids": [
        "37d591e3-a7f9-4836-868f-7a252eaa8041"
    ],
    "album": "Miracle Drug",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Smoking Room"
    ],
    "label_ids": [],
    "release_date": "2026-01-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "B-Side to the LA band's new single\n\nhttps://smokingroom-label.bandcamp.com/album/miracle-drug",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}