Information about plays

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

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

{
    "id": 3631008,
    "uri": "https://api.kexp.org/v2/plays/3631008/?format=api",
    "airdate": "2026-03-19T11:17:19-07:00",
    "show": 66222,
    "show_uri": "https://api.kexp.org/v2/shows/66222/?format=api",
    "image_uri": "https://dn711007.ca.archive.org/0/items/mbid-98d4e2e0-2ed1-43af-81d4-e5182d871a16/mbid-98d4e2e0-2ed1-43af-81d4-e5182d871a16-22395043395_thumb500.jpg",
    "thumbnail_uri": "https://ia800905.us.archive.org/24/items/mbid-98d4e2e0-2ed1-43af-81d4-e5182d871a16/mbid-98d4e2e0-2ed1-43af-81d4-e5182d871a16-22395043395_thumb250.jpg",
    "song": "The Mollusk",
    "track_id": "c18e0950-7a7c-31f7-b8e1-429e7ef39fba",
    "recording_id": "93171fcb-a14d-46d3-9a0d-ddb73f8c6659",
    "artist": "Ween",
    "artist_ids": [
        "c0eee88b-47f2-4cd2-ac48-a045e902a432"
    ],
    "album": "The Mollusk",
    "release_id": "98d4e2e0-2ed1-43af-81d4-e5182d871a16",
    "release_group_id": "c68a633d-ea8c-35af-834d-8e835deb7ac2",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1997-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fun fact - 'The Mollusk' directly influenced SpongeBob SquarePants. The show’s creator, Stephen Hillenburg, was a huge fan of the album. He even invited Ween to contribute music to the show, which led to the song “Ocean Man” being featured in The SpongeBob SquarePants Movie.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}