Information about plays

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

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

{
    "id": 3604628,
    "uri": "https://api.kexp.org/v2/plays/3604628/?format=api",
    "airdate": "2026-01-15T09:31:28-08:00",
    "show": 65656,
    "show_uri": "https://api.kexp.org/v2/shows/65656/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "DJ Shadow runcast\nhttps://www.kexp.org/podcasts/the-runcast/2025/8/8/the-running-to-a-concert-runcast/",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}