Information about plays

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

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

{
    "id": 3633213,
    "uri": "https://api.kexp.org/v2/plays/3633213/?format=api",
    "airdate": "2026-03-24T19:01:52-07:00",
    "show": 66271,
    "show_uri": "https://api.kexp.org/v2/shows/66271/?format=api",
    "image_uri": "https://coverartarchive.org/release/8e3a8471-d704-4700-84a4-67f6ff49089c/42256888271-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8e3a8471-d704-4700-84a4-67f6ff49089c/42256888271-250.jpg",
    "song": "Bella ciao (live)",
    "track_id": null,
    "recording_id": "2d837f2e-5de3-4276-b07d-27cce5cbcee5",
    "artist": "Goran Bregović",
    "artist_ids": [
        "883ece23-2779-4091-b527-62eb07ee79d4"
    ],
    "album": "Welcome to Goran Bregović",
    "release_id": null,
    "release_group_id": "5aa4958f-ccf4-430f-9a52-e216304a8543",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bregović will be performing in Seattle and in the Bay Area this month!\n\nSeattle March 27 @ The Moore. Tickets here: https://tinyurl.com/5aupw798\n\nBay Area March 30th @ Davies Symphony Hall. Tickets here: https://tinyurl.com/3p74xwxf",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}