Information about plays

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

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

{
    "id": 3667500,
    "uri": "https://api.kexp.org/v2/plays/3667500/?format=api",
    "airdate": "2026-06-13T19:48:43-07:00",
    "show": 66981,
    "show_uri": "https://api.kexp.org/v2/shows/66981/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Distant Ray",
    "track_id": null,
    "recording_id": null,
    "artist": "Corey King",
    "artist_ids": [],
    "album": "Distant Ray",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle!\n\n\"Corey King’s “Distant Ray” opens on layered piano and moves outward, brass and flute and live drums entering as the track traces what King describes as the decision to stop self-doubting and move toward the truth, a different kind of urgency than the one most songs about doubt carry.\"\n\nhttps://visualatelier8.com/corey-king-distant-ray/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}