Information about plays

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

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

{
    "id": 3656788,
    "uri": "https://api.kexp.org/v2/plays/3656788/?format=api",
    "airdate": "2026-05-19T10:16:37-07:00",
    "show": 66759,
    "show_uri": "https://api.kexp.org/v2/shows/66759/?format=api",
    "image_uri": "https://dn710308.ca.archive.org/0/items/mbid-d99d7f59-44ad-4fbd-a837-0dc00576f01b/mbid-d99d7f59-44ad-4fbd-a837-0dc00576f01b-38529495808_thumb500.jpg",
    "thumbnail_uri": "https://dn710308.ca.archive.org/0/items/mbid-d99d7f59-44ad-4fbd-a837-0dc00576f01b/mbid-d99d7f59-44ad-4fbd-a837-0dc00576f01b-38529495808_thumb250.jpg",
    "song": "Tiger Mountain Peasant Song",
    "track_id": "e0bca455-9685-340d-bfce-91e8a521f522",
    "recording_id": "bb867084-3236-4de9-b6f0-8f0b1591a38d",
    "artist": "Fleet Foxes",
    "artist_ids": [
        "fa97dd36-1b82-43d7-a6e4-2adeafd59cef"
    ],
    "album": "Fleet Foxes",
    "release_id": "d99d7f59-44ad-4fbd-a837-0dc00576f01b",
    "release_group_id": "af9a5099-04c5-3aaf-b0d1-fa160bd92e02",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-06-03",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This song was selected by 90.TEEN DJ T for his show last Saturday morning, May 16th, from 6:00-7:00 a.m.  You can stream that show in its entirety for two weeks on KEXP's streaming archive: ttps://www.kexp.org/archive/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}