Information about plays

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

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

{
    "id": 3659357,
    "uri": "https://api.kexp.org/v2/plays/3659357/?format=api",
    "airdate": "2026-05-25T09:27:11-07:00",
    "show": 66811,
    "show_uri": "https://api.kexp.org/v2/shows/66811/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-6d012983-4187-4e00-985a-d613a653a556/mbid-6d012983-4187-4e00-985a-d613a653a556-37396849550_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-6d012983-4187-4e00-985a-d613a653a556/mbid-6d012983-4187-4e00-985a-d613a653a556-37396849550_thumb250.jpg",
    "song": "Anenome",
    "track_id": "a7ab5305-bae8-398d-8602-d32d6ae5b4e2",
    "recording_id": "59851cf1-4bb0-48e5-a523-2e2207d297d1",
    "artist": "The Brian Jonestown Massacre",
    "artist_ids": [
        "381e8434-109a-439c-8acc-5d328359f2e0"
    ],
    "album": "Tepid Peppermint Wonderland: A Retrospective",
    "release_id": "6d012983-4187-4e00-985a-d613a653a556",
    "release_group_id": "4a544596-f7db-3df0-9fe8-f4725b4d583b",
    "labels": [
        "Tee Pee Records"
    ],
    "label_ids": [
        "4081ad06-da69-498c-a7bf-c119bc46684c"
    ],
    "release_date": "2004-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Those great vocals on this song are from Matt Hollywood and Mara Keagle.\nhttps://www.thebrianjonestownmassacre.com\n--\nHere's an almost 3-hour performance in Switzerland in 2022: https://www.youtube.com/watch?v=HC6R1Efs-Qs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}