Information about plays

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

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

{
    "id": 3546401,
    "uri": "https://api.kexp.org/v2/plays/3546401/?format=api",
    "airdate": "2025-08-29T18:11:05-07:00",
    "show": 64420,
    "show_uri": "https://api.kexp.org/v2/shows/64420/?format=api",
    "image_uri": "https://ia802902.us.archive.org/31/items/mbid-0d390fea-3c2d-487d-a40c-19e166148203/mbid-0d390fea-3c2d-487d-a40c-19e166148203-16165823415_thumb500.jpg",
    "thumbnail_uri": "https://ia802902.us.archive.org/31/items/mbid-0d390fea-3c2d-487d-a40c-19e166148203/mbid-0d390fea-3c2d-487d-a40c-19e166148203-16165823415_thumb250.jpg",
    "song": "Pearly-Dewdrops' Drops",
    "track_id": "a1b9adbc-f4d1-3a38-95c0-3ca47353eaff",
    "recording_id": "ccded0c4-5673-48d1-91ca-543c5f9a0eac",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Left of the Dial: Dispatches From the 80s Underground",
    "release_id": "0d390fea-3c2d-487d-a40c-19e166148203",
    "release_group_id": "912cbf3f-77f5-3290-b8ce-d2611feb7f20",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2004-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was Cocteau Twins' highest-charting single, reaching #1 on the UK Indie Chart and #29 on the UK Singles Chart - it's also featured in Season 3, Episode 4 of \"The Bear\" on FX/Hulu\n\nBrooklyn Vegan breaks down the music of \"The Bear\" Season 3: https://tinyurl.com/bdd4t8ka",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}