Information about plays

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

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

{
    "id": 3565926,
    "uri": "https://api.kexp.org/v2/plays/3565926/?format=api",
    "airdate": "2025-10-16T15:30:25-07:00",
    "show": 64850,
    "show_uri": "https://api.kexp.org/v2/shows/64850/?format=api",
    "image_uri": "https://ia800205.us.archive.org/26/items/mbid-3edba213-a61b-4b6a-a499-803cc98e8725/mbid-3edba213-a61b-4b6a-a499-803cc98e8725-19428345746_thumb500.jpg",
    "thumbnail_uri": "https://ia800205.us.archive.org/26/items/mbid-3edba213-a61b-4b6a-a499-803cc98e8725/mbid-3edba213-a61b-4b6a-a499-803cc98e8725-19428345746_thumb250.jpg",
    "song": "Cantaloop (radio edit)",
    "track_id": "005f5b50-1882-3b33-83ee-e80f1f0943bc",
    "recording_id": "356fc26a-6b81-4461-a56b-6ae670c80620",
    "artist": "Us3",
    "artist_ids": [
        "b370defd-86cc-42f3-85b4-7c2a8305c04a"
    ],
    "album": "Cantaloop",
    "release_id": "3edba213-a61b-4b6a-a499-803cc98e8725",
    "release_group_id": "d155d004-a6a1-34d6-aab9-30cc9fd4321a",
    "labels": [],
    "label_ids": [],
    "release_date": "1993-10-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Us3\" features a sample of Herbie Hancock's song \"Cantaloupe Island.\"\n Listen to the original here: https://www.youtube.com/watch?v=otFVFLtRF_s \n--\nThat opening  announcement by Pee Wee Marquette is taken from the Blue Note album \"A Night at Birdland, Vol. 1\" by The Art Blakey Quintet from 1954.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}