Information about plays

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

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

{
    "id": 3607163,
    "uri": "https://api.kexp.org/v2/plays/3607163/?format=api",
    "airdate": "2026-01-21T09:28:33-08:00",
    "show": 65714,
    "show_uri": "https://api.kexp.org/v2/shows/65714/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Heather in Renton\nI drive a special needs bus, and during a particularly stressful moment this morning, I glanced over to see that one of my students drew a heart on my dirty bus window (and it) instantly took me out of my head and right into my heart",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}