Information about plays

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

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

{
    "id": 3543937,
    "uri": "https://api.kexp.org/v2/plays/3543937/?format=api",
    "airdate": "2025-08-23T21:36:51-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://coverartarchive.org/release/1e8cff2c-615c-4366-8675-dca57a877465/40393313067-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1e8cff2c-615c-4366-8675-dca57a877465/40393313067-250.jpg",
    "song": "New Noise",
    "track_id": null,
    "recording_id": "cb5346ae-2e25-4ebc-b454-6c7b0e76716c",
    "artist": "Refused",
    "artist_ids": [
        "42884e27-dfb8-453d-990f-2ffd90bc2d1a"
    ],
    "album": "The Shape of Punk to Come",
    "release_id": null,
    "release_group_id": "822288ba-4d3f-4546-a692-970b2e6c505b",
    "labels": [
        "Burning Heart"
    ],
    "label_ids": [],
    "release_date": "1998-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In May 2025, the band defended their decision to perform at festivals owned by Superstruct Entertainment, following many artists cancelling their festival appearances due to the company being owned by the investment firm KKR",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}