Information about plays

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

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

{
    "id": 3561259,
    "uri": "https://api.kexp.org/v2/plays/3561259/?format=api",
    "airdate": "2025-10-04T15:45:03-07:00",
    "show": 64745,
    "show_uri": "https://api.kexp.org/v2/shows/64745/?format=api",
    "image_uri": "https://ia903403.us.archive.org/27/items/mbid-3603f98f-0dce-3cbd-8bde-2f294225aa2e/mbid-3603f98f-0dce-3cbd-8bde-2f294225aa2e-8015457006_thumb500.jpg",
    "thumbnail_uri": "https://ia803403.us.archive.org/27/items/mbid-3603f98f-0dce-3cbd-8bde-2f294225aa2e/mbid-3603f98f-0dce-3cbd-8bde-2f294225aa2e-8015457006_thumb250.jpg",
    "song": "Lady Godiva’s Operation",
    "track_id": "8771cb5d-8508-39eb-bb0f-fc3a70bf6f1f",
    "recording_id": "0bc262e0-9fed-4e3d-8815-a81dc41c2af2",
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "White Light/White Heat",
    "release_id": "3603f98f-0dce-3cbd-8bde-2f294225aa2e",
    "release_group_id": "fc0885e0-0284-3f9d-81ee-17c5e7196346",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1996-05-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#705 The Velvet Underground - White Light/White Heat\n\nFor the Fall Fundraising Drive we are counting down the Listener's Top Albums of all time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}