Information about plays

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

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

{
    "id": 3557483,
    "uri": "https://api.kexp.org/v2/plays/3557483/?format=api",
    "airdate": "2025-09-25T07:05:48-07:00",
    "show": 64656,
    "show_uri": "https://api.kexp.org/v2/shows/64656/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Inducting The Cure",
    "track_id": null,
    "recording_id": null,
    "artist": "Trent Reznor (Nine Inch Nails)",
    "artist_ids": [],
    "album": "2019 Rock and Roll Hall of Fame Induction Ceremony",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sarah writes: \nOh my gosh, I loved hearing from Trent Reznor about The Cure! Thanks to KEXP for being my musical home. It feels so cozy when I come in the door!  After I discovered The Cure, Disintegration was the first album that came out that I could just go and buy and it was heaven, just like heaven.\n==\nFull speech https://www.youtube.com/watch?v=ptZhqvlbdp8&t=73s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}