Information about plays

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

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

{
    "id": 3634885,
    "uri": "https://api.kexp.org/v2/plays/3634885/?format=api",
    "airdate": "2026-03-28T22:38:59-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock N Roll Business",
    "track_id": null,
    "recording_id": null,
    "artist": "Split Dogs",
    "artist_ids": [
        "7f2b6721-2d04-40e6-b442-47c0c092fcfb"
    ],
    "album": "Nice N Rough",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Venn Records"
    ],
    "label_ids": [
        "d84e3043-53ed-4026-b09f-2b0a6b54b7c5"
    ],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This single was released March 2026, as the Split Dogs' first taste of their upcoming second album, Nice 'N' Rough (scheduled for September 25, 2026, via Venn Records) https://vennrecords.com/collections/split-dogs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}