Information about plays

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

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

{
    "id": 3604242,
    "uri": "https://api.kexp.org/v2/plays/3604242/?format=api",
    "airdate": "2026-01-14T11:15:02-08:00",
    "show": 65648,
    "show_uri": "https://api.kexp.org/v2/shows/65648/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "It's Donor Thank You Day! All requests, all day long on KEXP!\n\nEmail dj@kexp.org or text 206-903-5397 to send in your song requests and why you donate!\n\n(BTW: We have a new texting system, so if you're texting in make sure to give us your NAME and LOCATION. Thanks!)",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}