Information about plays

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

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

{
    "id": 3551759,
    "uri": "https://api.kexp.org/v2/plays/3551759/?format=api",
    "airdate": "2025-09-11T15:53:08-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?format=api",
    "image_uri": "https://coverartarchive.org/release/31306ffd-dfdb-4938-9a3d-172076a2400c/11584827871-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31306ffd-dfdb-4938-9a3d-172076a2400c/11584827871-250.jpg",
    "song": "Knock Knock",
    "track_id": null,
    "recording_id": "b38f85dc-f2df-44b9-b654-dab01fb808ad",
    "artist": "MED, Blu & Madlib feat. MF DOOM",
    "artist_ids": [
        "e864aa1b-5dc6-4f76-9425-c5d98e289d3e",
        "dc1610f0-2838-46cb-98d7-9b6b073a7408",
        "ea9078ef-20ca-4506-81ea-2ae5fe3a42e8",
        "188711ed-c99b-439c-844a-ca831f63a727"
    ],
    "album": "Bad Neighbor",
    "release_id": null,
    "release_group_id": "c2d88f59-682b-418a-b812-a189a4b7d487",
    "labels": [
        "Bang Ya Head"
    ],
    "label_ids": [
        "51f7133e-1d00-43a9-a48e-a0e092d2f78b"
    ],
    "release_date": "2015-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Knock Knock\"  directly sampled Bernie Worrell's \"I'll Be With You.\"\n--\n2015's \"Bad Neighbor\" was a collaborative studio album by rappers MED and Blu and producer Madlib. : https://bangyahead.bandcamp.com/album/bad-neighbor",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}