Information about plays

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

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

{
    "id": 3552070,
    "uri": "https://api.kexp.org/v2/plays/3552070/?format=api",
    "airdate": "2025-09-12T11:08:13-07:00",
    "show": 64541,
    "show_uri": "https://api.kexp.org/v2/shows/64541/?format=api",
    "image_uri": "https://ia601201.us.archive.org/8/items/mbid-8f398ff2-d3ee-498b-870e-ec69f0ebd48e/mbid-8f398ff2-d3ee-498b-870e-ec69f0ebd48e-37313297285_thumb500.jpg",
    "thumbnail_uri": "https://ia801201.us.archive.org/8/items/mbid-8f398ff2-d3ee-498b-870e-ec69f0ebd48e/mbid-8f398ff2-d3ee-498b-870e-ec69f0ebd48e-37313297285_thumb250.jpg",
    "song": "Let's Play Guitar in a Five Guitar Band",
    "track_id": "c216058d-8a87-32c2-a373-6ea4397c87c0",
    "recording_id": "93ebd344-ca7b-4c85-b054-8a904464e430",
    "artist": "Minus the Bear",
    "artist_ids": [
        "c1e98e4a-4628-4c89-a7a6-0e0171600b05"
    ],
    "album": "Highly Refined Pirates",
    "release_id": "8f398ff2-d3ee-498b-870e-ec69f0ebd48e",
    "release_group_id": "6fc3b39d-339b-3ded-b8fb-f44ceee71244",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2004-08-30",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's Minus the Bear is on tour!\n\n- San Francisco on Tuesday, Oct. 7, at The Regency Ballroom\n\n- Seattle on Friday and Saturday, Nov. 28 and 29, at the Showbox\n\nhttps://www.minusthebear.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}