Information about plays

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

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

{
    "id": 3551736,
    "uri": "https://api.kexp.org/v2/plays/3551736/?format=api",
    "airdate": "2025-09-11T14:39:01-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?format=api",
    "image_uri": "https://coverartarchive.org/release/bd61384b-64eb-49d9-a841-59be5a4f5091/17183758523-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bd61384b-64eb-49d9-a841-59be5a4f5091/17183758523-250.jpg",
    "song": "We Got the Funk",
    "track_id": null,
    "recording_id": "f66082a9-8d34-477b-82e7-a97e376d0516",
    "artist": "The 45 King, Lakim Shabazz",
    "artist_ids": [],
    "album": "Master of the Game",
    "release_id": null,
    "release_group_id": "f1154144-2871-4f9f-86ac-b71fb8964995",
    "labels": [
        "Tuff City"
    ],
    "label_ids": [
        "c5604211-fc2b-4ef7-9ea4-47a5abd9218c"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Directly sampling multiple elements of The Brides of Funkenstein's \"Disco to Go.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}