Information about plays

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

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

{
    "id": 3656943,
    "uri": "https://api.kexp.org/v2/plays/3656943/?format=api",
    "airdate": "2026-05-19T19:03:47-07:00",
    "show": 66761,
    "show_uri": "https://api.kexp.org/v2/shows/66761/?format=api",
    "image_uri": "https://dn721901.ca.archive.org/0/items/mbid-52217e0f-8a19-4567-b33b-b7ba7f2feb93/mbid-52217e0f-8a19-4567-b33b-b7ba7f2feb93-41247907966_thumb500.jpg",
    "thumbnail_uri": "https://dn721901.ca.archive.org/0/items/mbid-52217e0f-8a19-4567-b33b-b7ba7f2feb93/mbid-52217e0f-8a19-4567-b33b-b7ba7f2feb93-41247907966_thumb250.jpg",
    "song": "The Rearranger",
    "track_id": "84f825a5-0b4c-4bb1-a1e9-0ee2e585545b",
    "recording_id": "fa871560-b88a-4cac-a233-9c9da4f0ce9c",
    "artist": "Jensen McRae",
    "artist_ids": [
        "29507643-0c6b-444b-8511-53cb1c042403"
    ],
    "album": "I Don’t Know How But They Found Me!",
    "release_id": "52217e0f-8a19-4567-b33b-b7ba7f2feb93",
    "release_group_id": "eab54fa0-eda8-40a8-a3bc-9ed903e55238",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2025-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "f2025  release from LA artist Jensen McRae. The title of this album is taken from a line in McRae's favorite film, Back to the Future. https://jensenmcrae.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}