Information about plays

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

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

{
    "id": 3656789,
    "uri": "https://api.kexp.org/v2/plays/3656789/?format=api",
    "airdate": "2026-05-19T10:22:51-07:00",
    "show": 66759,
    "show_uri": "https://api.kexp.org/v2/shows/66759/?format=api",
    "image_uri": "https://dn721703.ca.archive.org/0/items/mbid-811b359c-54e6-492f-b8d2-bf886ce88fd0/mbid-811b359c-54e6-492f-b8d2-bf886ce88fd0-42533661888_thumb500.jpg",
    "thumbnail_uri": "https://dn721703.ca.archive.org/0/items/mbid-811b359c-54e6-492f-b8d2-bf886ce88fd0/mbid-811b359c-54e6-492f-b8d2-bf886ce88fd0-42533661888_thumb250.jpg",
    "song": "Ocean",
    "track_id": "9e36df9b-72f5-48b9-9640-d9f976b530b3",
    "recording_id": "3dbe1b42-fa86-433d-893e-83124932d3c1",
    "artist": "Fruit Bats",
    "artist_ids": [
        "e3f139c7-11bc-4803-82be-2bac85ca3c61"
    ],
    "album": "Gold Past Life",
    "release_id": "811b359c-54e6-492f-b8d2-bf886ce88fd0",
    "release_group_id": "33d69633-5642-416f-a3be-4f18b7cc65c0",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Ocean\" was selected by DJ T for his 90>TEEN show last Saturday. \n--\nSee the official music video for this song: https://www.youtube.com/watch?v=ozq8xta0qus",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}