Information about plays

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

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

{
    "id": 3542134,
    "uri": "https://api.kexp.org/v2/plays/3542134/?format=api",
    "airdate": "2025-08-19T16:52:03-07:00",
    "show": 64333,
    "show_uri": "https://api.kexp.org/v2/shows/64333/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Tune in Thursday, August twenty-first for ‘Music Heals: Beyond Cancer’, a day dedicated to the power of music to lift our spirits and heal our souls in the face of cancer. Throughout the day, KEXP will tell the stories shared with us by members of our community and play the songs that helped them through the healing process. If you would like to share your story and song, fill out our form at KEXP-dot-O-R-G slash musicheals, and then tune in to hear those stories and songs on the air.",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}