Information about plays

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

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

{
    "id": 3592769,
    "uri": "https://api.kexp.org/v2/plays/3592769/?format=api",
    "airdate": "2025-12-18T18:17:23-08:00",
    "show": 65412,
    "show_uri": "https://api.kexp.org/v2/shows/65412/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tio Sam",
    "track_id": "445aa101-5590-46af-ab80-be646f747a29",
    "recording_id": "21318107-dbe2-416a-859b-76fe4a3efa6e",
    "artist": "Aurelio",
    "artist_ids": [
        "6676170e-6166-4065-b41a-1836d2c76667"
    ],
    "album": "Laru Beya",
    "release_id": "c909f302-5fb0-4de4-b875-28693c5ccbc8",
    "release_group_id": "5c1bf167-bfda-4494-be68-caaeb0022c49",
    "labels": [
        "Sub Pop Records",
        "Next Ambiance"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474",
        "95937f47-582f-4a38-b98f-e3bc9ee87a41"
    ],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Aurelio Martínez, who died in a plane crash in March at the age of 55.\n\nAurelio's Laru Beya was released in 2011 on Next Ambiance, a world music imprint created through a partnership between Sub Pop Records and long-time KEXP DJ Jon Kertzer. He was based out of Honduras.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}