Information about plays

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

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

{
    "id": 3562356,
    "uri": "https://api.kexp.org/v2/plays/3562356/?format=api",
    "airdate": "2025-10-07T13:21:08-07:00",
    "show": 64772,
    "show_uri": "https://api.kexp.org/v2/shows/64772/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "I found your station about 7 years ago and you've helped me infinitely expand my musical horizons. From the first day, I started writing down the songs I've loved that you've played - my KEXP notebook is filled with 50 pages (back and front) of songs that I refer back to all the time. People ask me all the time where did you hear that song? The answer is always KEXP! Thank you for all you do! -- Paul in Damascus, Maryland",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}