Information about plays

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

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

{
    "id": 3562326,
    "uri": "https://api.kexp.org/v2/plays/3562326/?format=api",
    "airdate": "2025-10-07T10:54:33-07:00",
    "show": 64771,
    "show_uri": "https://api.kexp.org/v2/shows/64771/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "It's the perfect size and says \"I love KEXP\" in \"bold, bold, boldness.\" Give $10 a month or more and receive the big beautiful bag, in addition to your usual thank you gifts: https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}