Information about plays

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

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

{
    "id": 3633388,
    "uri": "https://api.kexp.org/v2/plays/3633388/?format=api",
    "airdate": "2026-03-25T05:45:45-07:00",
    "show": 66274,
    "show_uri": "https://api.kexp.org/v2/shows/66274/?format=api",
    "image_uri": "https://dn710708.ca.archive.org/0/items/mbid-3b4c7e87-c690-49a8-ab74-d1194a42acb3/mbid-3b4c7e87-c690-49a8-ab74-d1194a42acb3-9708283166_thumb500.jpg",
    "thumbnail_uri": "https://dn710708.ca.archive.org/0/items/mbid-3b4c7e87-c690-49a8-ab74-d1194a42acb3/mbid-3b4c7e87-c690-49a8-ab74-d1194a42acb3-9708283166_thumb250.jpg",
    "song": "Under the Milky Way",
    "track_id": "288efebc-9991-394e-aeca-3b3e0b30e47f",
    "recording_id": "4746136b-910e-42ff-8d27-70556ac25aaa",
    "artist": "The Church",
    "artist_ids": [
        "4fcb7864-42dd-4dcf-b269-6da0d9042956"
    ],
    "album": "Starfish",
    "release_id": "3b4c7e87-c690-49a8-ab74-d1194a42acb3",
    "release_group_id": "b3544e98-7947-3802-bdd5-e92ef6cedb1b",
    "labels": [
        "Mushroom Records"
    ],
    "label_ids": [
        "49611287-8148-4803-9a85-fccde117515a"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Russ Kunkel played drums on the recording of this song, but is uncredited.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}