Information about plays

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

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

{
    "id": 3551766,
    "uri": "https://api.kexp.org/v2/plays/3551766/?format=api",
    "airdate": "2025-09-11T16:22:05-07:00",
    "show": 64535,
    "show_uri": "https://api.kexp.org/v2/shows/64535/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "If there's something you want to hear today, reach out! \nText:  (206) 903-5397\nEmail: email dj@kexp.org",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}