Information about plays

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

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

{
    "id": 3640353,
    "uri": "https://api.kexp.org/v2/plays/3640353/?format=api",
    "airdate": "2026-04-10T16:01:06-07:00",
    "show": 66417,
    "show_uri": "https://api.kexp.org/v2/shows/66417/?format=api",
    "image_uri": "https://dn711001.ca.archive.org/0/items/mbid-cd851538-373a-4155-9096-d9e60889ca81/mbid-cd851538-373a-4155-9096-d9e60889ca81-16874188182_thumb500.jpg",
    "thumbnail_uri": "https://dn711001.ca.archive.org/0/items/mbid-cd851538-373a-4155-9096-d9e60889ca81/mbid-cd851538-373a-4155-9096-d9e60889ca81-16874188182_thumb250.jpg",
    "song": "Just Like Heaven",
    "track_id": "f16e0b31-f97f-385e-b801-581eeeeb3197",
    "recording_id": "d0103536-d0e6-41ea-ad71-d3e990ebe7b9",
    "artist": "Dinosaur Jr.",
    "artist_ids": [
        "77c167d2-4965-4421-830a-9815e4956475"
    ],
    "album": "Duck and Cover",
    "release_id": "cd851538-373a-4155-9096-d9e60889ca81",
    "release_group_id": "9ca64459-cbdd-337f-ae94-af4a39318081",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released as a single in the UK two years after The Cure’s original version, Dinosaur Jr.’s take on \"Just Like Heaven\" was originally meant to be included on a compilation of punk rock covers before the band decided they wanted to release it as a stand-alone single.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}