Information about plays

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

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

{
    "id": 3632596,
    "uri": "https://api.kexp.org/v2/plays/3632596/?format=api",
    "airdate": "2026-03-23T03:28:32-07:00",
    "show": 66257,
    "show_uri": "https://api.kexp.org/v2/shows/66257/?format=api",
    "image_uri": "https://coverartarchive.org/release/eac048c0-7c37-488c-92a0-9a9b4df05435/23689334102-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eac048c0-7c37-488c-92a0-9a9b4df05435/23689334102-250.jpg",
    "song": "Sanctuary",
    "track_id": null,
    "recording_id": null,
    "artist": "Mahavishnu Orchestra",
    "artist_ids": [
        "a2be74f5-0735-46f7-a295-7e41aab30029"
    ],
    "album": "Birds of Fire",
    "release_id": null,
    "release_group_id": "c06d6702-eacb-324b-b9fd-d19c8331e178",
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - Jan \"Miami Vice\" Hammer one of the many supremely-talented members of Mahavishnu Orchestra",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}