Information about plays

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

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

{
    "id": 3633363,
    "uri": "https://api.kexp.org/v2/plays/3633363/?format=api",
    "airdate": "2026-03-25T04:04:40-07:00",
    "show": 66273,
    "show_uri": "https://api.kexp.org/v2/shows/66273/?format=api",
    "image_uri": "https://dn711003.ca.archive.org/0/items/mbid-013f8cfd-cd52-40ab-af26-4fb44c95a70e/mbid-013f8cfd-cd52-40ab-af26-4fb44c95a70e-20893211312_thumb500.jpg",
    "thumbnail_uri": "https://dn711003.ca.archive.org/0/items/mbid-013f8cfd-cd52-40ab-af26-4fb44c95a70e/mbid-013f8cfd-cd52-40ab-af26-4fb44c95a70e-20893211312_thumb250.jpg",
    "song": "Walk on the Wild Side",
    "track_id": "d919c739-a2c3-465e-9f4e-06f37a71df2e",
    "recording_id": "390945aa-e9a3-4dd8-bf8d-93b3d079f364",
    "artist": "Lou Reed",
    "artist_ids": [
        "9d1ebcfe-4c15-4d18-95d3-d919898638a1"
    ],
    "album": "Transformer",
    "release_id": "013f8cfd-cd52-40ab-af26-4fb44c95a70e",
    "release_group_id": "6c8345df-f822-33af-b64a-eff2e46941b9",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lou Reed covered Peggy Sue for a Buddy Holly Rave On comp in 2011!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}