Information about plays

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

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

{
    "id": 3656596,
    "uri": "https://api.kexp.org/v2/plays/3656596/?format=api",
    "airdate": "2026-05-19T00:08:59-07:00",
    "show": 66755,
    "show_uri": "https://api.kexp.org/v2/shows/66755/?format=api",
    "image_uri": "https://coverartarchive.org/release/5e9c4850-135d-4557-bbeb-2e88ba9e5590/4826867290-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5e9c4850-135d-4557-bbeb-2e88ba9e5590/4826867290-250.jpg",
    "song": "Death and the Maiden",
    "track_id": null,
    "recording_id": "baca0832-7c0d-42bf-8e24-1919ba0f6e12",
    "artist": "The Verlaines",
    "artist_ids": [
        "9671195d-fd59-414c-a5a5-715b1acdcabe"
    ],
    "album": "Tally Ho! Flying Nun’s Greatest Bits",
    "release_id": null,
    "release_group_id": "6d5f2d9f-2c78-4792-8afb-e57ceaf9918c",
    "labels": [
        "Flying Nun"
    ],
    "label_ids": [],
    "release_date": "2011-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Dunedin Sound - https://flyingnun.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}