Information about plays

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

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

{
    "id": 3636528,
    "uri": "https://api.kexp.org/v2/plays/3636528/?format=api",
    "airdate": "2026-04-01T17:22:53-07:00",
    "show": 66339,
    "show_uri": "https://api.kexp.org/v2/shows/66339/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Celebrating Space!\n\nLiftoff! NASA astronauts have launched on a historic journey to the moon today.\nhttps://www.npr.org/2026/04/01/nx-s1-5768254/nasa-astronauts-about-to-launch-moon-artemis-ii",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}