Information about plays

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

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

{
    "id": 3635511,
    "uri": "https://api.kexp.org/v2/plays/3635511/?format=api",
    "airdate": "2026-03-30T08:12:15-07:00",
    "show": 66320,
    "show_uri": "https://api.kexp.org/v2/shows/66320/?format=api",
    "image_uri": "https://dn710003.ca.archive.org/0/items/mbid-d5bcdcdd-e9c6-44b4-b6b5-ed2c071aef29/mbid-d5bcdcdd-e9c6-44b4-b6b5-ed2c071aef29-36836854104_thumb500.jpg",
    "thumbnail_uri": "https://ia800501.us.archive.org/27/items/mbid-d5bcdcdd-e9c6-44b4-b6b5-ed2c071aef29/mbid-d5bcdcdd-e9c6-44b4-b6b5-ed2c071aef29-36836854104_thumb250.jpg",
    "song": "Up the Junction",
    "track_id": "a6f9aacc-3fd6-4505-a181-afac896859b2",
    "recording_id": "b83fe283-62f3-4743-83f6-075dc76b512a",
    "artist": "Squeeze",
    "artist_ids": [
        "0509a681-a362-4800-9075-656041dccdbd"
    ],
    "album": "Cool for Cats",
    "release_id": "d5bcdcdd-e9c6-44b4-b6b5-ed2c071aef29",
    "release_group_id": "b9e1af20-d1ac-35c0-9077-7ed81e7b1897",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track is rooted in traditional English music. John Wood, the producer for \"Cool for Cats\" had worked with Nick Drake previously.\n\nWatch the remastered music video here: https://www.youtube.com/watch?v=RQciegmLPAo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}