Information about plays

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

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

{
    "id": 3578569,
    "uri": "https://api.kexp.org/v2/plays/3578569/?format=api",
    "airdate": "2025-11-15T17:24:46-08:00",
    "show": 65119,
    "show_uri": "https://api.kexp.org/v2/shows/65119/?format=api",
    "image_uri": "https://ia800108.us.archive.org/6/items/mbid-aa6f97b3-ab26-486d-9d14-82669f671f87/mbid-aa6f97b3-ab26-486d-9d14-82669f671f87-9146400169_thumb500.jpg",
    "thumbnail_uri": "https://ia800108.us.archive.org/6/items/mbid-aa6f97b3-ab26-486d-9d14-82669f671f87/mbid-aa6f97b3-ab26-486d-9d14-82669f671f87-9146400169_thumb250.jpg",
    "song": "Sugah Daddy",
    "track_id": "d2cf21a5-93cd-4b6d-8b97-c876d155e66c",
    "recording_id": "91fea8d0-3263-4b6b-aebb-9061a67bc411",
    "artist": "D’Angelo and The Vanguard",
    "artist_ids": [
        "b66771cc-45fa-4a32-b14f-5337d7223d7a",
        "06c744b8-328d-46a3-96ea-7b98055c702f"
    ],
    "album": "Black Messiah",
    "release_id": "aa6f97b3-ab26-486d-9d14-82669f671f87",
    "release_group_id": "b3d96626-4d46-4012-b6cb-e8d8b192a4f1",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2014-12-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP D'Angelo <3\nThis piano-driven, Prince-influenced tune was first performed by D'Angelo during his live concerts back in 2012.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}