Information about plays

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

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

{
    "id": 3659580,
    "uri": "https://api.kexp.org/v2/plays/3659580/?format=api",
    "airdate": "2026-05-25T23:14:48-07:00",
    "show": 66816,
    "show_uri": "https://api.kexp.org/v2/shows/66816/?format=api",
    "image_uri": "https://coverartarchive.org/release/a30bb3aa-7414-43a7-9f51-7c30a612a283/13346922253-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a30bb3aa-7414-43a7-9f51-7c30a612a283/13346922253-250.jpg",
    "song": "Love Song",
    "track_id": null,
    "recording_id": null,
    "artist": "John Abercrombie",
    "artist_ids": [
        "80c75300-9cf2-4daf-bb23-5fe15964e671"
    ],
    "album": "Timeless",
    "release_id": null,
    "release_group_id": "e679bd5a-0622-35cd-9319-a9b43200f33e",
    "labels": [
        "ECM"
    ],
    "label_ids": [],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(I think it's about love)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}