Information about plays

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

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

{
    "id": 3633688,
    "uri": "https://api.kexp.org/v2/plays/3633688/?format=api",
    "airdate": "2026-03-26T00:42:05-07:00",
    "show": 66280,
    "show_uri": "https://api.kexp.org/v2/shows/66280/?format=api",
    "image_uri": "https://dn711008.ca.archive.org/0/items/mbid-3e9cbd29-4828-421a-9a17-bf4fea61a982/mbid-3e9cbd29-4828-421a-9a17-bf4fea61a982-6128928874_thumb500.jpg",
    "thumbnail_uri": "https://dn711008.ca.archive.org/0/items/mbid-3e9cbd29-4828-421a-9a17-bf4fea61a982/mbid-3e9cbd29-4828-421a-9a17-bf4fea61a982-6128928874_thumb250.jpg",
    "song": "Big Time",
    "track_id": "df9f292d-110b-3f5e-bef7-c08bb1e3bf92",
    "recording_id": "1cd7b35c-ceb9-4c0b-8956-5bd61401ce97",
    "artist": "Peter Gabriel",
    "artist_ids": [
        "8e66ea2b-b57b-47d9-8df0-df4630aeb8e5"
    ],
    "album": "So",
    "release_id": "3e9cbd29-4828-421a-9a17-bf4fea61a982",
    "release_group_id": "be3cc3e7-bdb0-3c13-a60b-a985b30eb603",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Features Andy Clark who we heard on that Bowie cut.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}