Information about plays

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

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

{
    "id": 3603513,
    "uri": "https://api.kexp.org/v2/plays/3603513/?format=api",
    "airdate": "2026-01-12T16:46:21-08:00",
    "show": 65634,
    "show_uri": "https://api.kexp.org/v2/shows/65634/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Know You Rider",
    "track_id": null,
    "recording_id": null,
    "artist": "Bob Weir + The National",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bob Weir, founding member of the Grateful Dead, died at 78 on Saturday. RIP\n\nLook for a while at the China Cat sunflower,\nProud walking jingle in the midnight sun.\nCopperdome bodhi drip a silver kimono,\nLike a crazy quilt stargown through a dream night wind.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}