Information about plays

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

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

{
    "id": 3572377,
    "uri": "https://api.kexp.org/v2/plays/3572377/?format=api",
    "airdate": "2025-10-31T23:02:44-07:00",
    "show": 64987,
    "show_uri": "https://api.kexp.org/v2/shows/64987/?format=api",
    "image_uri": "https://coverartarchive.org/release/d308ae13-6927-44c9-805f-c0a750563446/40943606929-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d308ae13-6927-44c9-805f-c0a750563446/40943606929-250.jpg",
    "song": "Santeria",
    "track_id": null,
    "recording_id": "9a4acc81-bd04-4074-a986-1c0ed0912c88",
    "artist": "Pusha T",
    "artist_ids": [
        "14ecd19f-7121-4192-8549-e5056241a42f"
    ],
    "album": "DAYTONA",
    "release_id": null,
    "release_group_id": "c51761fc-9f1b-486e-9ff2-74aafb5b70ea",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2018-05-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Santeria\" features a sample of Soul Mann & the Brothers' 1971 \"Bumpy's Lament.\"\n--\nReleased in 2018, Pusha T's third studio album was entirely produced by Kanye West. In this 2018 interview, Terrence LeVarr Thornton (Pusha T) talks about the album and pays homage to his fallen friend and tour manager De'von Pickett.: https://www.billboard.com/music/rb-hip-hop/pusha-t-interview-daytona-album-kanye-west-8457860/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}