Information about plays

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

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

{
    "id": 3589293,
    "uri": "https://api.kexp.org/v2/plays/3589293/?format=api",
    "airdate": "2025-12-10T09:56:03-08:00",
    "show": 65338,
    "show_uri": "https://api.kexp.org/v2/shows/65338/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "David in Renton\nJohn, I’m sitting in my car listening to this amazing set, just doing this thing for myself. You’re creating something beautiful, and I’m enjoying it with you in real time. Thank you!\n==\nDeanna in KC\nSitting at my desk all in my feelings listening to River of Deceit and that time in my life when that song meant so much to me. Thanks\n===\nSam in Sodo\nMashin that nostalgia button like you're playing Galaga",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}