Information about plays

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

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

{
    "id": 3603829,
    "uri": "https://api.kexp.org/v2/plays/3603829/?format=api",
    "airdate": "2026-01-13T11:33:10-08:00",
    "show": 65640,
    "show_uri": "https://api.kexp.org/v2/shows/65640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rollin' and Tumblin'",
    "track_id": null,
    "recording_id": null,
    "artist": "Valerie June",
    "artist_ids": [],
    "album": "Rollin' and Tumblin'",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Concord"
    ],
    "label_ids": [],
    "release_date": "2025-11-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Rollin' and Tumblin'\" is mostly remembered as a Robert Johnson song — brought to Chicago by Muddy Waters in the 1950s, and reinterpreted by Cream in the 1960s — but it was actually written and first recorded by Willie Nebern, who released only a handful of cuts in 1929.\n--\nWatch Valerie June perform this one live for KEXP listeners in 2014: https://www.youtube.com/watch?v=NZsTjOe6gXI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}