Information about plays

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

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

{
    "id": 3656606,
    "uri": "https://api.kexp.org/v2/plays/3656606/?format=api",
    "airdate": "2026-05-19T00:40:25-07:00",
    "show": 66755,
    "show_uri": "https://api.kexp.org/v2/shows/66755/?format=api",
    "image_uri": "https://coverartarchive.org/release/495efa43-ab65-40e3-8dbd-9aa3ce0cd84d/16101888490-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/495efa43-ab65-40e3-8dbd-9aa3ce0cd84d/16101888490-250.jpg",
    "song": "Cloud Chamber (Satori Transmission)",
    "track_id": null,
    "recording_id": "2e7fb304-f537-4f61-b80b-b84e50de4d11",
    "artist": "Heavenly Music Corporation",
    "artist_ids": [
        "3de0b51f-058c-4cdf-b1ca-c55ac7106b98"
    ],
    "album": "Consciousness III",
    "release_id": null,
    "release_group_id": "3c514c40-0771-32bc-8081-37891ab06dbe",
    "labels": [
        "Silent"
    ],
    "label_ids": [
        "ad2d68c7-a083-4913-87a7-d586a309a5b7"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "*now with extra consciousness",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}