Information about plays

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

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

{
    "id": 3634994,
    "uri": "https://api.kexp.org/v2/plays/3634994/?format=api",
    "airdate": "2026-03-29T04:55:33-07:00",
    "show": 66309,
    "show_uri": "https://api.kexp.org/v2/shows/66309/?format=api",
    "image_uri": "https://dn710809.ca.archive.org/0/items/mbid-2052153e-a7be-4941-80db-b508fe8dbc04/mbid-2052153e-a7be-4941-80db-b508fe8dbc04-44591772510_thumb500.jpg",
    "thumbnail_uri": "https://dn710809.ca.archive.org/0/items/mbid-2052153e-a7be-4941-80db-b508fe8dbc04/mbid-2052153e-a7be-4941-80db-b508fe8dbc04-44591772510_thumb250.jpg",
    "song": "All I Did Was Dream of You",
    "track_id": "8bb245d9-599c-4660-980f-ec0a54546cc1",
    "recording_id": "bd3cbfe4-f240-47b6-8095-99278d4ed979",
    "artist": "beabadoobee feat. The Marías",
    "artist_ids": [
        "88d17133-abbc-42db-9526-4e2c1db60336",
        "7a3970c9-ecd8-4eee-a267-4d8c77d97ff3"
    ],
    "album": "All I Did Was Dream of You",
    "release_id": "2052153e-a7be-4941-80db-b508fe8dbc04",
    "release_group_id": "c999d427-08a8-4b5b-9e70-f1bd6c5a46ae",
    "labels": [
        "Interscope Records",
        "Dirty Hit"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2",
        "00912541-da5c-400f-9ea5-dde92828aa6a"
    ],
    "release_date": "2026-03-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}