Information about plays

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

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

{
    "id": 3627520,
    "uri": "https://api.kexp.org/v2/plays/3627520/?format=api",
    "airdate": "2026-03-10T20:42:29-07:00",
    "show": 66147,
    "show_uri": "https://api.kexp.org/v2/shows/66147/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bella ciao (live)",
    "track_id": null,
    "recording_id": "22af3d1b-7762-4a53-be2a-c0eadb387555",
    "artist": "Modena City Ramblers feat. Goran Bregović",
    "artist_ids": [
        "2865f3f1-837b-41de-8fe2-43db57fe9a1f",
        "883ece23-2779-4091-b527-62eb07ee79d4"
    ],
    "album": "Appunti partigiani",
    "release_id": null,
    "release_group_id": "d93ba226-2d65-347b-89d1-5a62fd0f9e8a",
    "labels": [
        "Mescal"
    ],
    "label_ids": [
        "ead8b8a0-a0d0-47b4-b6c1-ee2284b2364d"
    ],
    "release_date": "2005-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sarajevo, Bosnia and Herzegovina native Goran Bregović will be in Seattle later this month!\n\nMarch 27 @ The Moore Theatre. Tickets here: https://tinyurl.com/4twt76pt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}