Information about plays

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

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

{
    "id": 3540245,
    "uri": "https://api.kexp.org/v2/plays/3540245/?format=api",
    "airdate": "2025-08-15T04:24:44-07:00",
    "show": 64291,
    "show_uri": "https://api.kexp.org/v2/shows/64291/?format=api",
    "image_uri": "https://ia800208.us.archive.org/35/items/mbid-847dbb04-983c-49e8-b5b0-15a3e68590a6/mbid-847dbb04-983c-49e8-b5b0-15a3e68590a6-2008022114_thumb500.jpg",
    "thumbnail_uri": "https://ia800208.us.archive.org/35/items/mbid-847dbb04-983c-49e8-b5b0-15a3e68590a6/mbid-847dbb04-983c-49e8-b5b0-15a3e68590a6-2008022114_thumb250.jpg",
    "song": "Dark Star",
    "track_id": "68ed3646-eefc-3cba-a89c-d616aa18fb38",
    "recording_id": "50237192-ad36-43ef-9953-9220417c27fc",
    "artist": "Poliça",
    "artist_ids": [
        "9357482a-9517-456e-b949-e7370e926034"
    ],
    "album": "Give You the Ghost",
    "release_id": "847dbb04-983c-49e8-b5b0-15a3e68590a6",
    "release_group_id": "c463a9be-3186-40cc-8048-b4e59f6a7577",
    "labels": [
        "Totally Gross National Product"
    ],
    "label_ids": [
        "ee0ad78f-7fa0-45ab-9fbb-0c9b2d2f030c"
    ],
    "release_date": "2012-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}