Information about plays

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

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

{
    "id": 3562703,
    "uri": "https://api.kexp.org/v2/plays/3562703/?format=api",
    "airdate": "2025-10-08T13:42:04-07:00",
    "show": 64780,
    "show_uri": "https://api.kexp.org/v2/shows/64780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Just donated. Thank you so much for all that you do especially during these hard days. You are our shining light every day💛 --Kathryn",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}