Information about plays

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

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

{
    "id": 3617577,
    "uri": "https://api.kexp.org/v2/plays/3617577/?format=api",
    "airdate": "2026-02-14T21:10:43-08:00",
    "show": 65936,
    "show_uri": "https://api.kexp.org/v2/shows/65936/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stubborn Boys",
    "track_id": null,
    "recording_id": null,
    "artist": "Mess",
    "artist_ids": [],
    "album": "Under Attack",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mendeku Diskak"
    ],
    "label_ids": [
        "60d6f633-9a0a-4797-b925-0be11353312e"
    ],
    "release_date": "2023-07-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guadalajara / Mexico City, Mexico. On tour soon and playing in some of these places:\nLA 3/26 @ Reagan Theater\nLA 3/27 - 28 @ C.Y. Fest\nBakersfield  3/29 @ Jerry’s Pizza\nOakland 3/30 @ Ivy Room\nSF 3/31 @ Knockout\nSac 4/1 @ Cafe Colonial\nPDX 4/3 @ Twilight Cafe\nSeattle 4/4 @ The Clockout\nAbject (Chile)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}