Information about plays

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

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

{
    "id": 3641393,
    "uri": "https://api.kexp.org/v2/plays/3641393/?format=api",
    "airdate": "2026-04-13T02:06:27-07:00",
    "show": 66439,
    "show_uri": "https://api.kexp.org/v2/shows/66439/?format=api",
    "image_uri": "https://coverartarchive.org/release/d762e904-2603-4443-8cb6-9f6b3aaf0fe8/2307260534-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d762e904-2603-4443-8cb6-9f6b3aaf0fe8/2307260534-250.jpg",
    "song": "Hornets",
    "track_id": null,
    "recording_id": "4a6931b4-6b23-4a10-b7da-3c9d757325ac",
    "artist": "Herbie Hancock",
    "artist_ids": [
        "27613b78-1b9d-4ec3-9db5-fa0743465fdd"
    ],
    "album": "Sextant",
    "release_id": null,
    "release_group_id": "57b856a7-e33c-35f3-8268-a7fb318e98b0",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sprawling futuristic fusion record from 1973, lead by the great Herbie Hancock , with Bennie Maupin, Dr. Eddie Henderson, Julian Priester, Billy Hart, Dr. Patrick Gleason on Synthesizers, Buster Williams on Bass.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}