Information about plays

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

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

{
    "id": 3616073,
    "uri": "https://api.kexp.org/v2/plays/3616073/?format=api",
    "airdate": "2026-02-11T07:23:57-08:00",
    "show": 65903,
    "show_uri": "https://api.kexp.org/v2/shows/65903/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Elizabeth & Chris\nJust wanted to say thank you for playing New partner - it was our first dance song at our wedding 15 years ago, but that didn't stop us from dancing in our kitchen to it together this morning. 💜",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}