Information about plays

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

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

{
    "id": 3542696,
    "uri": "https://api.kexp.org/v2/plays/3542696/?format=api",
    "airdate": "2025-08-21T01:01:08-07:00",
    "show": 64344,
    "show_uri": "https://api.kexp.org/v2/shows/64344/?format=api",
    "image_uri": "https://coverartarchive.org/release/d8a54dea-12d4-48db-b2a4-12ed29a1c4f6/22744533926-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d8a54dea-12d4-48db-b2a4-12ed29a1c4f6/22744533926-250.jpg",
    "song": "Binz",
    "track_id": null,
    "recording_id": "0b0e3e1c-f5a8-4d3c-9cc9-0e7fe7d93ae3",
    "artist": "Solange",
    "artist_ids": [
        "410e7fd3-b865-4fa0-bb18-1b7fd53382ca"
    ],
    "album": "When I Get Home",
    "release_id": null,
    "release_group_id": "3ec17787-1d35-4d05-ac06-5294c99a8d4e",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Solange's \"Binz\" from her 2019 album, \"When I Get Home,\" sampled the Rotary Connection's cover of The Lovin' Spoonful.\n\nShot entirely on webcam, the self-directed video shows Solange happily dancing solo in the kitchen and in the darkened living room with various wardrobe changes throughout the clip.:\n\nhttps://www.youtube.com/watch?v=83LeK-t-kTw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}