Information about plays

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

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

{
    "id": 3634211,
    "uri": "https://api.kexp.org/v2/plays/3634211/?format=api",
    "airdate": "2026-03-27T09:10:32-07:00",
    "show": 66291,
    "show_uri": "https://api.kexp.org/v2/shows/66291/?format=api",
    "image_uri": "https://dn710801.ca.archive.org/0/items/mbid-1e73a19d-d21a-3e48-8616-fdfdbc64ddc4/mbid-1e73a19d-d21a-3e48-8616-fdfdbc64ddc4-3817748806_thumb500.jpg",
    "thumbnail_uri": "https://dn710801.ca.archive.org/0/items/mbid-1e73a19d-d21a-3e48-8616-fdfdbc64ddc4/mbid-1e73a19d-d21a-3e48-8616-fdfdbc64ddc4-3817748806_thumb250.jpg",
    "song": "Street Fighting Man",
    "track_id": "57aed015-8199-321b-8819-176c50472ec3",
    "recording_id": "fc64b339-817c-44e8-a007-a6e1b40d98aa",
    "artist": "Rage Against the Machine",
    "artist_ids": [
        "3798b104-01cb-484c-a3b0-56adc6399b80"
    ],
    "album": "Renegades",
    "release_id": "1e73a19d-d21a-3e48-8616-fdfdbc64ddc4",
    "release_group_id": "38c1dd77-0116-380c-a4f5-2ea8e13389a3",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2000-12-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"In sleepy L.A. town...\"\nRage Against the Machine are covering The Rolling Stones.\n---\nHere's a live version of this Stones cover: https://www.youtube.com/watch?v=TV1pGdvklhM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}