Information about plays

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

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

{
    "id": 3550375,
    "uri": "https://api.kexp.org/v2/plays/3550375/?format=api",
    "airdate": "2025-09-08T08:31:14-07:00",
    "show": 64508,
    "show_uri": "https://api.kexp.org/v2/shows/64508/?format=api",
    "image_uri": "https://ia601008.us.archive.org/24/items/mbid-d750eaaf-6e5a-4e31-a984-5a904083fcee/mbid-d750eaaf-6e5a-4e31-a984-5a904083fcee-42952747230_thumb500.jpg",
    "thumbnail_uri": "https://ia801008.us.archive.org/24/items/mbid-d750eaaf-6e5a-4e31-a984-5a904083fcee/mbid-d750eaaf-6e5a-4e31-a984-5a904083fcee-42952747230_thumb250.jpg",
    "song": "Born in the U.S.A. – Electric Nebraska",
    "track_id": "bfe2d576-217e-4fab-bcb9-32183c1b9fec",
    "recording_id": "9b6a2b44-f525-4d98-9eb6-f102e9a716ac",
    "artist": "Bruce Springsteen",
    "artist_ids": [
        "70248960-cb53-4ea4-943a-edb18f7d336f"
    ],
    "album": "Born in the U.S.A. (Electric Nebraska)",
    "release_id": "d750eaaf-6e5a-4e31-a984-5a904083fcee",
    "release_group_id": "43d1aab8-fd12-409a-a64f-aa1db9b6ee79",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2025-09-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Electric Nebraska is the informal title of the album that Springsteen and the E Street Band recorded, in 1982, from a suite of demos for his follow-up to The River.\n\nBut the Boss, preferring his originals, scrapped the full-band versions and instead released a selection of his stripped-down demos as Nebraska. Not all of them, though: Some were held back for his next album, Born in the U.S.A. One was this version of “Born in The USA.”\n\nNebraska ’82: Expanded Edition arrives October 17th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}