Information about plays

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

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

{
    "id": 3638270,
    "uri": "https://api.kexp.org/v2/plays/3638270/?format=api",
    "airdate": "2026-04-05T16:55:47-07:00",
    "show": 66375,
    "show_uri": "https://api.kexp.org/v2/shows/66375/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My City of Ruins",
    "track_id": null,
    "recording_id": null,
    "artist": "Bruce Springsteen",
    "artist_ids": [
        "70248960-cb53-4ea4-943a-edb18f7d336f"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live in Manchester, England, May  14, 2025.\n\nOn May 14, Bruce Springsteen and The E Street Band opened their Land of Hope & Dreams Tour in Manchester, England. Highlights from that first night are now available digitally as the “Land of Hope & Dreams” EP – including the title track, “Long Walk Home,” “My City of Ruins” and the band’s cover of Bob Dylan’s “Chimes of Freedom.”\nhttps://brucespringsteen.net/news/2025/land-of-hope-dreams-ep/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}