Information about plays

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

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

{
    "id": 3554276,
    "uri": "https://api.kexp.org/v2/plays/3554276/?format=api",
    "airdate": "2025-09-17T18:03:58-07:00",
    "show": 64588,
    "show_uri": "https://api.kexp.org/v2/shows/64588/?format=api",
    "image_uri": "https://ia801009.us.archive.org/31/items/mbid-abe8a119-1e6f-4f75-a0ed-7b3de9028e81/mbid-abe8a119-1e6f-4f75-a0ed-7b3de9028e81-38534378081_thumb500.jpg",
    "thumbnail_uri": "https://ia601009.us.archive.org/31/items/mbid-abe8a119-1e6f-4f75-a0ed-7b3de9028e81/mbid-abe8a119-1e6f-4f75-a0ed-7b3de9028e81-38534378081_thumb250.jpg",
    "song": "Loser",
    "track_id": "bb71c17f-0bf8-38a6-b8ff-dd21c237fb72",
    "recording_id": "9d9e92f9-695e-4fca-af9d-0ecda1c6de43",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Loser",
    "release_id": "abe8a119-1e6f-4f75-a0ed-7b3de9028e81",
    "release_group_id": "9439429f-1c78-3cf5-99cb-d1b86ed6ff02",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1994-01-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'In the early 1990s Beck Hansen and co-writer Carl Stephenson spent a few hours recording a song called “Loser,” which fledgling label Bong Load Custom Records pressed 500 copies of. It surprisingly made some noise on FM radio in L.A., and Beck was signed to Geffen imprint DGC, which re-released “Loser” in 1994 and included the song on Beck’s album \"Mellow Gold.\"'\n\nhttps://americansongwriter.com/loser-beck-behind-the-song/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}