Information about plays

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

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

{
    "id": 3571374,
    "uri": "https://api.kexp.org/v2/plays/3571374/?format=api",
    "airdate": "2025-10-29T10:11:38-07:00",
    "show": 64965,
    "show_uri": "https://api.kexp.org/v2/shows/64965/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "We’re celebrating Public Radio Music Day at KEXP all day today. It’s a nationwide celebration uniting public radio music stations, fans, artists and other members of the music industry to recognize the importance of public radio’s role. You can learn more about the day and the stations observing it at publicradiomusicday.org.",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}