Information about plays

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

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

{
    "id": 3622959,
    "uri": "https://api.kexp.org/v2/plays/3622959/?format=api",
    "airdate": "2026-02-27T10:27:33-08:00",
    "show": 66043,
    "show_uri": "https://api.kexp.org/v2/shows/66043/?format=api",
    "image_uri": "https://dn721907.ca.archive.org/0/items/mbid-bad2bf07-e890-4d5c-945d-6d9d251c371e/mbid-bad2bf07-e890-4d5c-945d-6d9d251c371e-43540168480_thumb500.jpg",
    "thumbnail_uri": "https://dn721907.ca.archive.org/0/items/mbid-bad2bf07-e890-4d5c-945d-6d9d251c371e/mbid-bad2bf07-e890-4d5c-945d-6d9d251c371e-43540168480_thumb250.jpg",
    "song": "Heavy, Why?",
    "track_id": "7cb0de23-cc64-4118-a20f-a42e5655748b",
    "recording_id": "9a54f8f8-009a-445b-8783-855318ef7741",
    "artist": "Blackwater Holylight",
    "artist_ids": [
        "fbaa0689-530b-4216-a20d-2a09cb69967e"
    ],
    "album": "Not Here Not Gone",
    "release_id": "bad2bf07-e890-4d5c-945d-6d9d251c371e",
    "release_group_id": "ee5f66ad-85cc-420a-9d78-e51c474a4152",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Catch Blackwater Holylight live:\n\n-Seattle on Tuesday, March 10th at Neumos \n\n-San Francisco on Friday, March 13th at The Chapel \n\nThe new album, Not Here Not Gone, came out just last month!\nhttps://blackwaterholylight.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}