Information about plays

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

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

{
    "id": 3578108,
    "uri": "https://api.kexp.org/v2/plays/3578108/?format=api",
    "airdate": "2025-11-14T14:54:28-08:00",
    "show": 65107,
    "show_uri": "https://api.kexp.org/v2/shows/65107/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nightingale",
    "track_id": null,
    "recording_id": null,
    "artist": "Stargazr",
    "artist_ids": [],
    "album": "Unheard Stories",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://stargazrsongs.bandcamp.com/album/unheard-stories\n\nA bit of a Seattle supergroup here: The “celestial soft grunge” band includes Leeni Ramadan (vocals, guitar) of Prom Queen, Billie Bloom (vocals, singing saw) of Von Wildenhaus, Natasha El-Sergany (guitar) of somesurprises, Bree McKenna (bass) of Tacocat, Aimee Zoe (drums) of Loose Wing, and Ahmad Yousefbeigi (frame drum).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}