Information about plays

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

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

{
    "id": 3656159,
    "uri": "https://api.kexp.org/v2/plays/3656159/?format=api",
    "airdate": "2026-05-17T22:50:18-07:00",
    "show": 66745,
    "show_uri": "https://api.kexp.org/v2/shows/66745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vocoding Your Nan Out Of Existence",
    "track_id": null,
    "recording_id": null,
    "artist": "Keepsakes",
    "artist_ids": [
        "95e85e03-c738-4a0e-93cb-86dcb50b5dfa"
    ],
    "album": "Dystopian Euphoria",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Haven"
    ],
    "label_ids": [
        "0d8c9fa3-ddfd-45c9-aedf-493fd8cdad19"
    ],
    "release_date": "2026-04-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://havenakl.bandcamp.com/album/dystopian-euphoria-hvn018",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}