Information about plays

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

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

{
    "id": 3545840,
    "uri": "https://api.kexp.org/v2/plays/3545840/?format=api",
    "airdate": "2025-08-28T10:25:26-07:00",
    "show": 64409,
    "show_uri": "https://api.kexp.org/v2/shows/64409/?format=api",
    "image_uri": "https://ia800408.us.archive.org/16/items/mbid-37b256dd-b078-3f43-931a-e278c591a9c1/mbid-37b256dd-b078-3f43-931a-e278c591a9c1-18726885638_thumb500.jpg",
    "thumbnail_uri": "https://ia800408.us.archive.org/16/items/mbid-37b256dd-b078-3f43-931a-e278c591a9c1/mbid-37b256dd-b078-3f43-931a-e278c591a9c1-18726885638_thumb250.jpg",
    "song": "The Fix",
    "track_id": "e35e9b98-1aab-3639-ae4d-582259d48413",
    "recording_id": "ce701650-a6e1-4dcb-b7ab-1e860a331592",
    "artist": "Minus the Bear",
    "artist_ids": [
        "c1e98e4a-4628-4c89-a7a6-0e0171600b05"
    ],
    "album": "Menos el oso",
    "release_id": "37b256dd-b078-3f43-931a-e278c591a9c1",
    "release_group_id": "ed9fc34f-3487-3121-b932-3c4a3f9ea389",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Minus the Bear will be at the Best Friends Forever Fest - Friday-Sunday, Oct. 10-12th, at the Downtown Las Vegas Event Center!\nhttps://www.bestfriendsforeverfest.com/\n\nThey are also going to be at the Spanish Ballroom in Tacoma on Oct 3rd.\n\nAnd they're playing three dates in Seattle in November!\n\nNov. 26, 28 and 29 at The Showbox.\n\nhttps://www.minusthebear.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}