Information about plays

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

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

{
    "id": 3568849,
    "uri": "https://api.kexp.org/v2/plays/3568849/?format=api",
    "airdate": "2025-10-23T08:11:46-07:00",
    "show": 64910,
    "show_uri": "https://api.kexp.org/v2/shows/64910/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Debonair",
    "track_id": "e79dcef2-ec9e-348f-92cb-28f638ff01d5",
    "recording_id": "62b2952a-4605-4793-8b79-9f9745ea5da5",
    "artist": "The Afghan Whigs",
    "artist_ids": [
        "2feb192c-2363-46d6-b476-1c88a25cb294"
    ],
    "album": "Gentlemen",
    "release_id": "840b611a-d7ae-3e0e-a0c5-149e9d918e87",
    "release_group_id": "3b27e8ac-c904-3b1e-a4a9-920c79664dfa",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1993-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Greg Dulli broke down the album track by track with Spin Magazine, and shared with regards to this track, \"I really liked the riff to the Jackson 5’s 'I Want You Back,' and I had become a big fan of Twin Peaks. And 'Debonair' was my attempt to marry the riff from 'I Want You Back' to the chord progression of the Twin Peaks intro. [Laughs.]\" https://bit.ly/3t7ybZu",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}