Information about plays

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

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

{
    "id": 3634337,
    "uri": "https://api.kexp.org/v2/plays/3634337/?format=api",
    "airdate": "2026-03-27T17:38:10-07:00",
    "show": 66294,
    "show_uri": "https://api.kexp.org/v2/shows/66294/?format=api",
    "image_uri": "https://dn721604.ca.archive.org/0/items/mbid-8442567d-52ef-46d0-bda7-7246997217e2/mbid-8442567d-52ef-46d0-bda7-7246997217e2-29121099975_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-8442567d-52ef-46d0-bda7-7246997217e2/mbid-8442567d-52ef-46d0-bda7-7246997217e2-29121099975_thumb250.jpg",
    "song": "L'uomo dell'armonica",
    "track_id": "e2cc5889-8575-30dc-a480-624c62f7d4b2",
    "recording_id": "3d0b1e22-e3ac-43bc-b1ae-0c2540675eef",
    "artist": "Ennio Morricone",
    "artist_ids": [
        "a16e47f5-aa54-47fe-87e4-bb8af91a9fdd"
    ],
    "album": "C'era una volta il West",
    "release_id": "8442567d-52ef-46d0-bda7-7246997217e2",
    "release_group_id": "06d095ae-88a6-309b-8e88-e87bd99d4fb0",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Erasure covered Ennio Morricone! :)\n\nFrom soundtrack of Once Upon a Time in the West",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}