Information about plays

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

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

{
    "id": 3668457,
    "uri": "https://api.kexp.org/v2/plays/3668457/?format=api",
    "airdate": "2026-06-16T00:37:33-07:00",
    "show": 67000,
    "show_uri": "https://api.kexp.org/v2/shows/67000/?format=api",
    "image_uri": "https://coverartarchive.org/release/c3c96d3f-8def-4dbd-9c8e-f4e9ebea8de8/24707499793-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c3c96d3f-8def-4dbd-9c8e-f4e9ebea8de8/24707499793-250.jpg",
    "song": "Auroura Borealis",
    "track_id": null,
    "recording_id": "fdde2d3f-5775-4160-8e05-620b9c178461",
    "artist": "Tristeza",
    "artist_ids": [
        "59fc30ef-c110-4d92-9e83-ebb1d7a343fd"
    ],
    "album": "Dream Signals in Full Circles",
    "release_id": null,
    "release_group_id": "ccb266d0-3a47-3ef5-9ce8-2bf8145074fe",
    "labels": [
        "Tiger Style"
    ],
    "label_ids": [],
    "release_date": "2000-09-26",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "~ late night 2000s post-rock fix ~",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}