Information about plays

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

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

{
    "id": 3657151,
    "uri": "https://api.kexp.org/v2/plays/3657151/?format=api",
    "airdate": "2026-05-20T08:17:24-07:00",
    "show": 66766,
    "show_uri": "https://api.kexp.org/v2/shows/66766/?format=api",
    "image_uri": "https://dn710302.ca.archive.org/0/items/mbid-de3273d0-4906-4760-b8e2-51a7ffde946b/mbid-de3273d0-4906-4760-b8e2-51a7ffde946b-31594389382_thumb500.jpg",
    "thumbnail_uri": "https://dn710302.ca.archive.org/0/items/mbid-de3273d0-4906-4760-b8e2-51a7ffde946b/mbid-de3273d0-4906-4760-b8e2-51a7ffde946b-31594389382_thumb250.jpg",
    "song": "Tunnel of Love",
    "track_id": "42c2a2c2-7ac4-4130-a664-edf36fd710c3",
    "recording_id": "b1dddcd9-1052-4bd1-a9f2-ba13d4bcd0cd",
    "artist": "Bruce Springsteen",
    "artist_ids": [
        "70248960-cb53-4ea4-943a-edb18f7d336f"
    ],
    "album": "Tunnel of Love",
    "release_id": "e596efb2-c212-447a-9d9c-84c057336bb5",
    "release_group_id": "b3559cb2-d7ad-32eb-a17e-54a873ce4122",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2015-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tunnel of Love is the eighth studio album from Bruce Springsteen. Although members of the E Street Band occasionally performed on the album, Springsteen recorded most of the parts himself, often with drum machines and synthesizers. \n\nhttps://brucespringsteen.net/albums/tunnel-of-love/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}