Information about plays

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

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

{
    "id": 3539672,
    "uri": "https://api.kexp.org/v2/plays/3539672/?format=api",
    "airdate": "2025-08-13T17:21:30-07:00",
    "show": 64280,
    "show_uri": "https://api.kexp.org/v2/shows/64280/?format=api",
    "image_uri": "https://dn721801.ca.archive.org/0/items/mbid-7cc0bcbf-eb04-479c-bbf5-ca237021c492/mbid-7cc0bcbf-eb04-479c-bbf5-ca237021c492-33166933465_thumb500.jpg",
    "thumbnail_uri": "https://dn721801.ca.archive.org/0/items/mbid-7cc0bcbf-eb04-479c-bbf5-ca237021c492/mbid-7cc0bcbf-eb04-479c-bbf5-ca237021c492-33166933465_thumb250.jpg",
    "song": "Dig for Fire",
    "track_id": "55712019-5ee0-3c58-b4f2-3682fe48da3e",
    "recording_id": "11b422f9-47d3-4905-a035-13f62f6dab76",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Bossanova",
    "release_id": "ac3d27d6-1377-330c-9536-d0c4c79e3da8",
    "release_group_id": "e062f23a-ed81-3baf-8f24-8979fef060cc",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2003-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bossanova was released on this day in 1990 - 35 years ago!\n--\nAccording to Pixies frontman and songwriter Black Francis, this classic song was SIMPLY \"a bad Talking Heads imitation.\" \n--\nWatch the Pixies performing at KEXP in 2014! https://bit.ly/3qpk3eE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}