Information about plays

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

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

{
    "id": 3562321,
    "uri": "https://api.kexp.org/v2/plays/3562321/?format=api",
    "airdate": "2025-10-07T10:33:00-07:00",
    "show": 64771,
    "show_uri": "https://api.kexp.org/v2/shows/64771/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "I have always loved music, but it wasn't until I moved to the PNW in 2008 and started listening to KEXP that I realized how deeply it was a part of my life. Finding this community, with its \"Mr. Rogers ethos\" centered around music, has been invaluable. It helps me cope with the upsetting parts of the world I can't control, and instead, allows me to celebrate and focus on the wonderful things. It’s a constant reminder that there is a vast community of people who understand that love is essential for building healthy, sustaining communities. --Nathan, in Olympia, WA",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}