Information about plays

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

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

{
    "id": 3667147,
    "uri": "https://api.kexp.org/v2/plays/3667147/?format=api",
    "airdate": "2026-06-13T01:29:00-07:00",
    "show": 66973,
    "show_uri": "https://api.kexp.org/v2/shows/66973/?format=api",
    "image_uri": "https://coverartarchive.org/release/51115a18-8d1e-4649-b4d1-560c32517a60/43437759836-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/51115a18-8d1e-4649-b4d1-560c32517a60/43437759836-250.jpg",
    "song": "Spectrum of Hues",
    "track_id": null,
    "recording_id": "3e1f30b1-6ca3-4f78-a6f4-dbbf8020c7bc",
    "artist": "Spatial Relation",
    "artist_ids": [
        "88c778a3-d63a-46ae-b9c9-2db5b3936cf6"
    ],
    "album": "Split 12\" E.P. by BETA EVERS / SPATIAL RELATION",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Peripheral Minimal"
    ],
    "label_ids": [
        "f0a3383e-e6be-4470-98db-bdd06126114a"
    ],
    "release_date": "2017-07-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://peripheralminimal.bandcamp.com/album/split-12-e-p",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}