Information about plays

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

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

{
    "id": 3557044,
    "uri": "https://api.kexp.org/v2/plays/3557044/?format=api",
    "airdate": "2025-09-24T05:05:38-07:00",
    "show": 64647,
    "show_uri": "https://api.kexp.org/v2/shows/64647/?format=api",
    "image_uri": "https://ia903404.us.archive.org/18/items/mbid-34942ffe-d704-3451-b1d3-c8b176f8e6b3/mbid-34942ffe-d704-3451-b1d3-c8b176f8e6b3-10050129630_thumb500.jpg",
    "thumbnail_uri": "https://ia903404.us.archive.org/18/items/mbid-34942ffe-d704-3451-b1d3-c8b176f8e6b3/mbid-34942ffe-d704-3451-b1d3-c8b176f8e6b3-10050129630_thumb250.jpg",
    "song": "She's in Parties",
    "track_id": "8376d31e-ccce-3b03-8fe6-df8d3675469b",
    "recording_id": "19ee7cb8-64fb-4add-a0c1-735d7a6e546d",
    "artist": "Bauhaus",
    "artist_ids": [
        "0688add2-c282-4ee2-ba61-223ffdb3c201"
    ],
    "album": "Burning From the Inside",
    "release_id": "34942ffe-d704-3451-b1d3-c8b176f8e6b3",
    "release_group_id": "78b196d4-bb7a-377e-9f4a-ce8dec9e0167",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was Bauhaus' last commercially released single and an extended version appeared on their fourth studio album, Burning From the Inside.\n\nCheck out the video, shot in a deserted warehouse in London and filmed by Howard Guard, famous for the Maxell cassette ads!\n\nhttps://youtu.be/Qxqq5vahHKk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}