Information about plays

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

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

{
    "id": 3564909,
    "uri": "https://api.kexp.org/v2/plays/3564909/?format=api",
    "airdate": "2025-10-14T08:35:33-07:00",
    "show": 64832,
    "show_uri": "https://api.kexp.org/v2/shows/64832/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Daniel in DC\nWOW. What an inspiring drive. I listened to the final hour of Friday's morning show on Sunday night while driving my dog home from the sitter's. What we have is community, and from community comes strength, trust, hope, and power. Let's carry on. Music and comunity (and stiff, black coffee) lead the way.",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}