Information about plays

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

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

{
    "id": 3545581,
    "uri": "https://api.kexp.org/v2/plays/3545581/?format=api",
    "airdate": "2025-08-27T18:24:19-07:00",
    "show": 64403,
    "show_uri": "https://api.kexp.org/v2/shows/64403/?format=api",
    "image_uri": "https://ia800306.us.archive.org/27/items/mbid-ad04e117-58f8-3698-8c20-5887400f11fd/mbid-ad04e117-58f8-3698-8c20-5887400f11fd-5297388434_thumb500.jpg",
    "thumbnail_uri": "https://ia600306.us.archive.org/27/items/mbid-ad04e117-58f8-3698-8c20-5887400f11fd/mbid-ad04e117-58f8-3698-8c20-5887400f11fd-5297388434_thumb250.jpg",
    "song": "Richest Man in Babylon (G-Corp. remix)",
    "track_id": "9b637b0e-b102-3b36-9966-5a4458cf1626",
    "recording_id": "68b9a0c1-45c2-40c0-b5e7-ff2f7df49815",
    "artist": "Thievery Corporation",
    "artist_ids": [
        "a505bb48-ad65-4af4-ae47-29149715bff9"
    ],
    "album": "The Outernational Sound",
    "release_id": "ad04e117-58f8-3698-8c20-5887400f11fd",
    "release_group_id": "334d16a4-3184-3cbb-b42c-6a17b918cfaf",
    "labels": [],
    "label_ids": [],
    "release_date": "2004-07-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Eddie!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}