Information about plays

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

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

{
    "id": 3545416,
    "uri": "https://api.kexp.org/v2/plays/3545416/?format=api",
    "airdate": "2025-08-27T08:20:02-07:00",
    "show": 64400,
    "show_uri": "https://api.kexp.org/v2/shows/64400/?format=api",
    "image_uri": "https://ia600200.us.archive.org/33/items/mbid-4a8475f7-6d1d-3ebb-8719-394a14d5f07c/mbid-4a8475f7-6d1d-3ebb-8719-394a14d5f07c-2685058411_thumb500.jpg",
    "thumbnail_uri": "https://ia600200.us.archive.org/33/items/mbid-4a8475f7-6d1d-3ebb-8719-394a14d5f07c/mbid-4a8475f7-6d1d-3ebb-8719-394a14d5f07c-2685058411_thumb250.jpg",
    "song": "Organ Donor (extended overhaul)",
    "track_id": "73cdb0e6-00c0-37cc-853f-e95b98ec2261",
    "recording_id": "90f8b066-8efb-431b-b701-926a9c975a25",
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Endtroducing.....",
    "release_id": "4a8475f7-6d1d-3ebb-8719-394a14d5f07c",
    "release_group_id": "4b2186f5-ff00-3227-ae11-783ba93e1089",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2005-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning! As an Amplifier, I’d love to hear \"Organ Donor\" by DJ Shadow. The original is great, but the remix is even better if you have it. I’m thinking of the “extended overhaul” on the reissue of Entroducing. It might be on a live album, too. ;)\n\nThanks, Ben",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}