Information about plays

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

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

{
    "id": 3546223,
    "uri": "https://api.kexp.org/v2/plays/3546223/?format=api",
    "airdate": "2025-08-29T08:12:29-07:00",
    "show": 64417,
    "show_uri": "https://api.kexp.org/v2/shows/64417/?format=api",
    "image_uri": "https://dn721907.ca.archive.org/0/items/mbid-b8525314-995d-4b27-ac42-2a4652172ac8/mbid-b8525314-995d-4b27-ac42-2a4652172ac8-40101243471_thumb500.jpg",
    "thumbnail_uri": "https://dn721907.ca.archive.org/0/items/mbid-b8525314-995d-4b27-ac42-2a4652172ac8/mbid-b8525314-995d-4b27-ac42-2a4652172ac8-40101243471_thumb250.jpg",
    "song": "Supersonic",
    "track_id": "c3d775be-c5c9-4945-8778-b32c8dcfc5c9",
    "recording_id": "901e8dd7-3859-4243-a999-c7bc359c9984",
    "artist": "Oasis",
    "artist_ids": [
        "39ab1aed-75e0-4140-bd47-540276886b60"
    ],
    "album": "Definitely Maybe",
    "release_id": "b8525314-995d-4b27-ac42-2a4652172ac8",
    "release_group_id": "451dca98-c118-32e1-9244-c47ca9c3c0f9",
    "labels": [
        "Big Brother Recordings"
    ],
    "label_ids": [
        "5ab599c4-db48-4179-85df-521436e7805c"
    ],
    "release_date": "2024-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this date in 1994, Oasis released their debut album, \"Definitely Maybe.\" That began \"the battle of Britpop\" with Blur.  Read all about it here: https://americansongwriter.com/on-this-day-in-1994-the-battle-of-britpop-began-when-oasis-released-their-debut-album/\n--\nHere are pictures of a reunited Oasis performing at Chicago's Soldier Field last night, Thursday, August 28th: https://www.chicagotribune.com/2025/08/29/photos-a-re-united-oasis-performs-at-chicagos-soldier-field/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}