Information about plays

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

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

{
    "id": 3535487,
    "uri": "https://api.kexp.org/v2/plays/3535487/?format=api",
    "airdate": "2025-08-03T17:26:01-07:00",
    "show": 64191,
    "show_uri": "https://api.kexp.org/v2/shows/64191/?format=api",
    "image_uri": "https://ia800707.us.archive.org/25/items/mbid-cf444d23-7377-481d-8df9-d61ec0133fc5/mbid-cf444d23-7377-481d-8df9-d61ec0133fc5-34852882652_thumb500.jpg",
    "thumbnail_uri": "https://ia600707.us.archive.org/25/items/mbid-cf444d23-7377-481d-8df9-d61ec0133fc5/mbid-cf444d23-7377-481d-8df9-d61ec0133fc5-34852882652_thumb250.jpg",
    "song": "Teacher Teacher",
    "track_id": "0d4fb751-31f6-3e63-8342-4760e72bc724",
    "recording_id": "496c75ca-0e5a-462a-8876-0f18bbaa5384",
    "artist": "Rockpile",
    "artist_ids": [
        "e0bcd6af-e702-4e3c-964d-355801ce2c65"
    ],
    "album": "Seconds of Pleasure",
    "release_id": "cf444d23-7377-481d-8df9-d61ec0133fc5",
    "release_group_id": "1044bde4-7bb0-31bc-ac67-f3d3b3b51483",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2004-04-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Rockpile band member, Welsh musician Dave Edmunds is fighting for his life in a hospital after suffering a major cardiac arrest:\n\nhttps://americansongwriter.com/veteran-u-k-rocker-dave-edmunds-of-rockpile-fame-seriously-ill-after-experiencing-a-major-cardiac-arrest/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}