Information about plays

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

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

{
    "id": 3665286,
    "uri": "https://api.kexp.org/v2/plays/3665286/?format=api",
    "airdate": "2026-06-08T08:51:45-07:00",
    "show": 66935,
    "show_uri": "https://api.kexp.org/v2/shows/66935/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-f4ef58d3-568f-4791-bb1b-dbc92cc91d63/mbid-f4ef58d3-568f-4791-bb1b-dbc92cc91d63-30997025505_thumb500.jpg",
    "thumbnail_uri": "https://ia803207.us.archive.org/7/items/mbid-f4ef58d3-568f-4791-bb1b-dbc92cc91d63/mbid-f4ef58d3-568f-4791-bb1b-dbc92cc91d63-30997025505_thumb250.jpg",
    "song": "Little Sister",
    "track_id": "ddf127d0-90be-4f78-ab57-759f4f41b286",
    "recording_id": "778f9f94-269c-46f7-9458-6668d658047a",
    "artist": "Queens of the Stone Age",
    "artist_ids": [
        "7dc8f5bd-9d0b-4087-9f73-dc164950bbd8"
    ],
    "album": "Lullabies To Paralyze",
    "release_id": "0f44ec1e-3e00-4a26-aada-2e4b56b68d92",
    "release_group_id": "5967a9ad-a0d5-34f7-bd53-f5d4bad80a67",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "...maybe a little more cowbell?\n\nCheck out the official music video here: https://www.youtube.com/watch?v=hGRqnNEOpe0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}