Information about plays

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

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

{
    "id": 3574279,
    "uri": "https://api.kexp.org/v2/plays/3574279/?format=api",
    "airdate": "2025-11-05T10:43:31-08:00",
    "show": 65029,
    "show_uri": "https://api.kexp.org/v2/shows/65029/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "We are so excited to announce the return of the KEXP Yule Benefit! It’s taking place Tuesday, December 2nd at McCaw Hall in Seattle. The event will feature performances by Jeff Tweedy and Mavis Staples, performing for one night only just for KEXP listeners.",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}