Information about plays

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

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

{
    "id": 3648056,
    "uri": "https://api.kexp.org/v2/plays/3648056/?format=api",
    "airdate": "2026-04-29T00:07:54-07:00",
    "show": 66578,
    "show_uri": "https://api.kexp.org/v2/shows/66578/?format=api",
    "image_uri": "https://coverartarchive.org/release/b8a02c66-512d-441d-92f2-9483da66464c/17233701383-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b8a02c66-512d-441d-92f2-9483da66464c/17233701383-250.jpg",
    "song": "Medley: Funny How Time Slips Away / Crazy / Night Life",
    "track_id": null,
    "recording_id": "70d0cbe6-4534-429d-ae38-7bf7d447f28d",
    "artist": "Willie Nelson",
    "artist_ids": [
        "668fd73c-bf54-4310-a139-305517f05311"
    ],
    "album": "The Complete Atlantic Sessions",
    "release_id": null,
    "release_group_id": "69f15495-4ae7-34d4-a135-aae0665f8347",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 93rd to Willie!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}