Information about plays

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

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

{
    "id": 3623293,
    "uri": "https://api.kexp.org/v2/plays/3623293/?format=api",
    "airdate": "2026-02-28T03:47:15-08:00",
    "show": 66049,
    "show_uri": "https://api.kexp.org/v2/shows/66049/?format=api",
    "image_uri": "https://dn720305.ca.archive.org/0/items/mbid-646c6f8d-64bd-38ec-8cf3-3a5f5008cf88/mbid-646c6f8d-64bd-38ec-8cf3-3a5f5008cf88-7946166850_thumb500.jpg",
    "thumbnail_uri": "https://dn720305.ca.archive.org/0/items/mbid-646c6f8d-64bd-38ec-8cf3-3a5f5008cf88/mbid-646c6f8d-64bd-38ec-8cf3-3a5f5008cf88-7946166850_thumb250.jpg",
    "song": "Bluebeard",
    "track_id": "ca4d71c8-71fc-3666-85dd-b1945d9f119f",
    "recording_id": "3fc322ff-1105-4f9a-a892-10afd55e9e74",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Four-Calendar Café",
    "release_id": "646c6f8d-64bd-38ec-8cf3-3a5f5008cf88",
    "release_group_id": "4757dca4-6c26-35ae-b271-24ed9ca6ea4f",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1993-11-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Four-Calendar Cafe\" was the Cocteau Twins' seventh studio album. -- “I tend to go from one extreme to the other. To go from an album like ‘Blue Bell Knoll,’ which is so heavily disguised and removed from reality to ‘Heaven or Las Vegas,’ or even more to this one, where everything on it is in English and it’s all audible…it is extreme, I think. But it seems important for me to do that.” --Elizabeth Fraser",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}