Information about plays

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

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

{
    "id": 3574742,
    "uri": "https://api.kexp.org/v2/plays/3574742/?format=api",
    "airdate": "2025-11-06T13:43:14-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "I think that music opens portals and doorways into unknown sectors that it takes courage to leap into. I always think that there's a potential that we all have, and we can emerge, rise up to this potential, when necessary. We have to be fearless, courageous, and draw upon wisdom that we think we don't have. --Wayne Shorter",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}