Information about plays

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

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

{
    "id": 3657104,
    "uri": "https://api.kexp.org/v2/plays/3657104/?format=api",
    "airdate": "2026-05-20T05:15:42-07:00",
    "show": 66765,
    "show_uri": "https://api.kexp.org/v2/shows/66765/?format=api",
    "image_uri": "https://dn720607.ca.archive.org/0/items/mbid-758f14ad-c07c-454d-b6e0-72ec4df81544/mbid-758f14ad-c07c-454d-b6e0-72ec4df81544-44200524364_thumb500.jpg",
    "thumbnail_uri": "https://dn720607.ca.archive.org/0/items/mbid-758f14ad-c07c-454d-b6e0-72ec4df81544/mbid-758f14ad-c07c-454d-b6e0-72ec4df81544-44200524364_thumb250.jpg",
    "song": "Waste Me",
    "track_id": "352532b8-e00e-4c96-9e23-85be8bffb9a4",
    "recording_id": "738ac1e7-ef71-4b1a-942c-619599028ad7",
    "artist": "Miss Grit",
    "artist_ids": [
        "a9cff714-1ff7-4b50-a800-5b43357e5c72"
    ],
    "album": "Under My Umbrella",
    "release_id": "758f14ad-c07c-454d-b6e0-72ec4df81544",
    "release_group_id": "798c41b3-838e-47cd-b10a-ff56e3746980",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2026-04-24",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the official visualizer here: https://www.youtube.com/watch?v=9yucQSSF3kw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}