Information about plays

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

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

{
    "id": 3632598,
    "uri": "https://api.kexp.org/v2/plays/3632598/?format=api",
    "airdate": "2026-03-23T03:34:36-07:00",
    "show": 66257,
    "show_uri": "https://api.kexp.org/v2/shows/66257/?format=api",
    "image_uri": "https://coverartarchive.org/release/9162c1d5-9a59-3d35-821e-72141135ecdd/18738463123-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9162c1d5-9a59-3d35-821e-72141135ecdd/18738463123-250.jpg",
    "song": "The Life Divine",
    "track_id": null,
    "recording_id": null,
    "artist": "Carlos Santana & John McLaughlin",
    "artist_ids": [],
    "album": "Love Devotion Surrender",
    "release_id": null,
    "release_group_id": "0fce256f-84be-372a-b094-109b07c65208",
    "labels": [
        "CBS"
    ],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - dynamite collaboration with Carlos Santana from Mahavishnu Orchestra founding member John McLaughlin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}