Information about plays

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

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

{
    "id": 3596915,
    "uri": "https://api.kexp.org/v2/plays/3596915/?format=api",
    "airdate": "2025-12-27T21:34:29-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(Do You Wanna) Grilled Cheese",
    "track_id": null,
    "recording_id": "cb90b7fc-b0cc-485d-a1d3-3c66a3492750",
    "artist": "Boris the Sprinkler",
    "artist_ids": [
        "a39158e6-d08c-4075-a86a-a1c8e0468256"
    ],
    "album": "Saucer to Saturn",
    "release_id": null,
    "release_group_id": "0a2f65f1-5d43-3c2f-a90c-73fbfd5bc3bd",
    "labels": [
        "Bulge Records"
    ],
    "label_ids": [
        "cbf14458-a0b6-441d-acc9-c70859fbd858"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Boris the Sprinkler is a Green Bay, Wisconsin-based punk rock band formed in 1992, known for their high-energy, humorous, and satirical style influenced by Devo, The Dickies, and 1960s/70s pop-culture. Led by vocalist and music critic Rev. Nørb, they released around 30 records featuring unconventional themes and flamboyant, chaotic stage performances https://boristhesprinkler.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}