Information about plays

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

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

{
    "id": 3568458,
    "uri": "https://api.kexp.org/v2/plays/3568458/?format=api",
    "airdate": "2025-10-22T09:57:58-07:00",
    "show": 64902,
    "show_uri": "https://api.kexp.org/v2/shows/64902/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Helen, our fav lunch lady \nThank you for all you do.  Sometimes it helps me get out of bed, just to hear the stories of other listeners and you guys and what music you're going to play.  I really love you all at KEXP.",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}