Information about plays

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

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

{
    "id": 3569246,
    "uri": "https://api.kexp.org/v2/plays/3569246/?format=api",
    "airdate": "2025-10-24T06:34:43-07:00",
    "show": 64917,
    "show_uri": "https://api.kexp.org/v2/shows/64917/?format=api",
    "image_uri": "https://ia800807.us.archive.org/22/items/mbid-223ae626-bea5-3530-a48c-6c372d9a4d91/mbid-223ae626-bea5-3530-a48c-6c372d9a4d91-23112691282_thumb500.jpg",
    "thumbnail_uri": "https://ia600807.us.archive.org/22/items/mbid-223ae626-bea5-3530-a48c-6c372d9a4d91/mbid-223ae626-bea5-3530-a48c-6c372d9a4d91-23112691282_thumb250.jpg",
    "song": "Victoria",
    "track_id": "48ef08bd-d4ea-32e6-98ac-35f295ccb7d5",
    "recording_id": "88e650ec-6e92-40d2-a74b-d4e9dcebb67d",
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "Arthur (or The Decline and Fall of the British Empire)",
    "release_id": "223ae626-bea5-3530-a48c-6c372d9a4d91",
    "release_group_id": "cd27ba91-162e-3d8a-8042-9451b84aa78e",
    "labels": [
        "Castle Classics"
    ],
    "label_ids": [
        "1ee03dcf-17e8-45f0-8d2e-6cc33c66d3e4"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written from the perspective of Arthur, the album’s central character representing postwar British working-class life, the song glorifies Queen Victoria and the British Empire with a cheerfulness that’s simultaneously patriotic and ironic. Davies uses exuberant rock energy to contrast the empire’s high ideals—“Victoria loved them all”—with the darker realities of class inequality and repression (“Sex was bad, called obscene / And the rich were so mean”).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}