Information about plays

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

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

{
    "id": 3632671,
    "uri": "https://api.kexp.org/v2/plays/3632671/?format=api",
    "airdate": "2026-03-23T08:33:37-07:00",
    "show": 66259,
    "show_uri": "https://api.kexp.org/v2/shows/66259/?format=api",
    "image_uri": "https://dn710202.ca.archive.org/0/items/mbid-f27096ed-a96b-4d71-b19d-4c8b926d20a4/mbid-f27096ed-a96b-4d71-b19d-4c8b926d20a4-8859505200_thumb500.jpg",
    "thumbnail_uri": "https://dn710202.ca.archive.org/0/items/mbid-f27096ed-a96b-4d71-b19d-4c8b926d20a4/mbid-f27096ed-a96b-4d71-b19d-4c8b926d20a4-8859505200_thumb250.jpg",
    "song": "Birds Fly (Whisper to a Scream)",
    "track_id": "ae18eecc-e93e-3997-91a4-0dcdf54f8eaf",
    "recording_id": "a46b108a-0624-4c4e-84c8-5e03eecf7e55",
    "artist": "The Icicle Works",
    "artist_ids": [
        "03143cba-d359-4bd9-8ab3-5ba6590f9933"
    ],
    "album": "The Icicle Works",
    "release_id": "071c78b5-60d3-3f9b-a799-0c88729f5e8f",
    "release_group_id": "47d553f5-ee24-3420-97b5-68fa52d441bf",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1984-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1984, and also co-produced by Hugh Jones.\n\nThe Icicle Works were named after the 1960 short story \"The Day the Icicle Works Closed\" by science fiction author Frederik Pohl.  This was their first single from their debut album and their only hit in the US.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}