Information about plays

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

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

{
    "id": 3667157,
    "uri": "https://api.kexp.org/v2/plays/3667157/?format=api",
    "airdate": "2026-06-13T02:04:31-07:00",
    "show": 66973,
    "show_uri": "https://api.kexp.org/v2/shows/66973/?format=api",
    "image_uri": "https://coverartarchive.org/release/025b3ceb-598e-4b46-8739-e23e96e03a9a/19240629961-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/025b3ceb-598e-4b46-8739-e23e96e03a9a/19240629961-250.jpg",
    "song": "Ladder",
    "track_id": null,
    "recording_id": "d21ccb91-c11c-4367-b224-cf776396b43c",
    "artist": "Supernova 1006",
    "artist_ids": [
        "338ba24f-c0bc-4d11-a0c3-45df0416424a"
    ],
    "album": "Blackout",
    "release_id": null,
    "release_group_id": "40c2e8c5-fc45-48d7-af9f-b669e1301e82",
    "labels": [
        "Sierpien Records"
    ],
    "label_ids": [],
    "release_date": "2018-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://supernova1006.bandcamp.com/album/blackout",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}