Information about plays

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

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

{
    "id": 3628195,
    "uri": "https://api.kexp.org/v2/plays/3628195/?format=api",
    "airdate": "2026-03-12T19:58:14-07:00",
    "show": 66164,
    "show_uri": "https://api.kexp.org/v2/shows/66164/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fried Neck Bones and Some Home Fries (Dan the Automator remix)",
    "track_id": null,
    "recording_id": "5c7aad7d-425d-4d5f-bce6-c49ff3141469",
    "artist": "Willie Bobo & Dan the Automator",
    "artist_ids": [
        "dadec058-023e-498a-b1c7-776d03cc88ce",
        "33945eeb-e2d2-4257-a199-661cbadcf8af"
    ],
    "album": "The Complete Verve//Remixed",
    "release_id": null,
    "release_group_id": "77ce3458-8088-3bee-8591-e0b347cc7bd4",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2005-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Daniel M. Nakamura, better known by his stage name Dan the Automator, is an American record producer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}