Information about plays

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

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

{
    "id": 3524233,
    "uri": "https://api.kexp.org/v2/plays/3524233/?format=api",
    "airdate": "2025-07-08T07:20:40-07:00",
    "show": 63956,
    "show_uri": "https://api.kexp.org/v2/shows/63956/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Scott in Baltimore\nJohn: Nobody plays the Wrens!  I LOVE the wrens. Thank you so much. Making my day!!\n===\nRuss is Arizona\nGood morning John!\nMan, yesterday I just was not feeling it. Today, better! These are some dark days. Thanks to you and everyone at KEXP for making it a little brighter!",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}