Information about plays

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

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

{
    "id": 3616872,
    "uri": "https://api.kexp.org/v2/plays/3616872/?format=api",
    "airdate": "2026-02-13T06:45:48-08:00",
    "show": 65919,
    "show_uri": "https://api.kexp.org/v2/shows/65919/?format=api",
    "image_uri": "https://ia903204.us.archive.org/18/items/mbid-57c8cc87-e149-4deb-b9b4-eef65391833f/mbid-57c8cc87-e149-4deb-b9b4-eef65391833f-15194486334_thumb500.jpg",
    "thumbnail_uri": "https://ia903204.us.archive.org/18/items/mbid-57c8cc87-e149-4deb-b9b4-eef65391833f/mbid-57c8cc87-e149-4deb-b9b4-eef65391833f-15194486334_thumb250.jpg",
    "song": "Monique the Freak",
    "track_id": "dc94cb0f-a102-3082-a21a-a262f1d74405",
    "recording_id": "5364d928-885c-4fb3-9488-ff085f9650c5",
    "artist": "Ween",
    "artist_ids": [
        "c0eee88b-47f2-4cd2-ac48-a045e902a432"
    ],
    "album": "Shinola, Volume 1",
    "release_id": "57c8cc87-e149-4deb-b9b4-eef65391833f",
    "release_group_id": "9dce315f-0e42-3f23-aecc-68ae7ac1b2a8",
    "labels": [
        "Chocodog Records"
    ],
    "label_ids": [
        "96b47bf9-3ef0-4de3-a2b5-a6998305c22b"
    ],
    "release_date": "2005-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Monique the Freak,\" written by Gene Ween and Dean Ween (Aaron Freeman and Mickey Melchiondo), first appeared on the internet album ‘Craters of that Sac’, later Ween released the song on the compilation album ‘Shinola, Vol. 1’ which included material never commercially released before.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}