Information about plays

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

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

{
    "id": 3591156,
    "uri": "https://api.kexp.org/v2/plays/3591156/?format=api",
    "airdate": "2025-12-14T21:02:19-08:00",
    "show": 65380,
    "show_uri": "https://api.kexp.org/v2/shows/65380/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sam's Delusion",
    "track_id": null,
    "recording_id": null,
    "artist": "Si Begg",
    "artist_ids": [
        "a3d52b09-4296-4d49-af33-5f88b85c5570"
    ],
    "album": "LOL I DON'T CARE OR HOW WE SOLD OUR KIDS TO SILICON VALLEY OR WELCOME TO THE NARCISSISM ENGINE - D",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://sibegg.bandcamp.com/album/lol-i-dont-care-or-how-we-sold-our-kids-to-silicon-valley-or-welcome-to-the-narcissism-engine-d",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}