Information about plays

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

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

{
    "id": 3635977,
    "uri": "https://api.kexp.org/v2/plays/3635977/?format=api",
    "airdate": "2026-03-31T10:33:53-07:00",
    "show": 66329,
    "show_uri": "https://api.kexp.org/v2/shows/66329/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Slender Rowan",
    "track_id": null,
    "recording_id": null,
    "artist": "Serafima and the Shakedowns",
    "artist_ids": [
        "c5b73f24-7538-49b8-b4c8-f208a69a8b1f"
    ],
    "album": "Ride Easy",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "bwgibwgan"
    ],
    "label_ids": [
        "7a20cdf7-8b37-4bd8-a938-29ae890245a2"
    ],
    "release_date": "2026-05-01",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that the three founding members — singer Serafima Healy, guitarist Sam Burrows, and bassist Joe McPhee — were all DJs at KUGS-FM while attending Western Washington University?\n--\nGo here to buy this digital track: https://serafimaandtheshakedowns.bandcamp.com/track/the-slender-rowan",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}