Information about plays

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

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

{
    "id": 3626096,
    "uri": "https://api.kexp.org/v2/plays/3626096/?format=api",
    "airdate": "2026-03-06T18:20:38-08:00",
    "show": 66108,
    "show_uri": "https://api.kexp.org/v2/shows/66108/?format=api",
    "image_uri": "https://ia902905.us.archive.org/34/items/mbid-fc017dd9-13f8-418a-adb2-2727f0c85c4d/mbid-fc017dd9-13f8-418a-adb2-2727f0c85c4d-15474879449_thumb500.jpg",
    "thumbnail_uri": "https://dn710005.ca.archive.org/0/items/mbid-fc017dd9-13f8-418a-adb2-2727f0c85c4d/mbid-fc017dd9-13f8-418a-adb2-2727f0c85c4d-15474879449_thumb250.jpg",
    "song": "Love Story",
    "track_id": "7016a3fc-2229-33a1-9251-1c887b195160",
    "recording_id": "a767a915-6c5b-4d90-8ddf-2027c159a0cb",
    "artist": "Deltron 3030",
    "artist_ids": [
        "ce886f30-8b8f-4cc8-b854-3749291350fd"
    ],
    "album": "Deltron 3030: The Instrumentals",
    "release_id": "fc017dd9-13f8-418a-adb2-2727f0c85c4d",
    "release_group_id": "54397b6e-71ba-4c20-8cda-4451a7870c07",
    "labels": [
        "75 Ark"
    ],
    "label_ids": [
        "59c32dec-b685-4ecc-a82b-339b1280cd38"
    ],
    "release_date": "2001-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]\n\nInstrumental version of 'Love Story' with samples from Bonnie Dobson's \"Milk and Honey\" and The Maurice Vander Trio with \"Le Massacre Du Dragon\". The hip-hop trio is composed of Dan the Automator, Del the Funky Homosapien, and DJ Kid Koala.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}