Information about plays

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

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

{
    "id": 3569404,
    "uri": "https://api.kexp.org/v2/plays/3569404/?format=api",
    "airdate": "2025-10-24T15:08:45-07:00",
    "show": 64920,
    "show_uri": "https://api.kexp.org/v2/shows/64920/?format=api",
    "image_uri": "https://ia802800.us.archive.org/8/items/mbid-d6a33936-e204-3158-8bd5-bf0e75e577d8/mbid-d6a33936-e204-3158-8bd5-bf0e75e577d8-20742944044_thumb500.jpg",
    "thumbnail_uri": "https://ia902800.us.archive.org/8/items/mbid-d6a33936-e204-3158-8bd5-bf0e75e577d8/mbid-d6a33936-e204-3158-8bd5-bf0e75e577d8-20742944044_thumb250.jpg",
    "song": "Medicine Bow",
    "track_id": "ec9eadcd-bf54-3e6e-abcc-cc9acb228a5c",
    "recording_id": "b65a2dd4-a036-40fa-b279-bee2dfc2398f",
    "artist": "The Waterboys",
    "artist_ids": [
        "21666405-49f8-44f6-94bb-e064f202f7ba"
    ],
    "album": "This Is the Sea",
    "release_id": "d6a33936-e204-3158-8bd5-bf0e75e577d8",
    "release_group_id": "c5f3b58e-9f61-3863-9277-974e3a84a936",
    "labels": [],
    "label_ids": [],
    "release_date": "2004-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Chris and his boss Cedi\n\n\"Larry, could you please play my boss Cedi some Waterboys. He's currently putting up siding on Bainbridge in this wonderful weather. Thanks Chris (who got the dry job today)\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}