Information about plays

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

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

{
    "id": 3639033,
    "uri": "https://api.kexp.org/v2/plays/3639033/?format=api",
    "airdate": "2026-04-07T11:32:27-07:00",
    "show": 66391,
    "show_uri": "https://api.kexp.org/v2/shows/66391/?format=api",
    "image_uri": "https://dn720707.ca.archive.org/0/items/mbid-bed4877d-0570-4aef-bb4a-4105c5468d15/mbid-bed4877d-0570-4aef-bb4a-4105c5468d15-44200366689_thumb500.jpg",
    "thumbnail_uri": "https://dn720707.ca.archive.org/0/items/mbid-bed4877d-0570-4aef-bb4a-4105c5468d15/mbid-bed4877d-0570-4aef-bb4a-4105c5468d15-44200366689_thumb250.jpg",
    "song": "Totally Vexed",
    "track_id": "92b38770-ee27-4f99-bdd4-35a23efdc25f",
    "recording_id": "f0dfef20-f785-484a-9bd3-e255c043b744",
    "artist": "Stuck",
    "artist_ids": [
        "5cbfc7c0-eeea-44dc-9ef8-fb0e9d07c310"
    ],
    "album": "Optimizer",
    "release_id": "bed4877d-0570-4aef-bb4a-4105c5468d15",
    "release_group_id": "57e435b2-c93a-4efc-991d-335a175138c0",
    "labels": [
        "Exploding In Sound Records"
    ],
    "label_ids": [
        "ab54e798-5f5e-4d17-98bf-e25d61485bb9"
    ],
    "release_date": "2026-03-27",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Optimizer\" is the third album from Chicago post-punk trio Stuck. \n--\n\"It's hard to know what you want\nAnd to know it is worse\nThis newfound knowledge of self\nYou carry it like a curse...\"\nHere are the lyrics to \"Totally Vexed\": https://genius.com/Stuck-totally-vexed-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}