Information about plays

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

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

{
    "id": 3561546,
    "uri": "https://api.kexp.org/v2/plays/3561546/?format=api",
    "airdate": "2025-10-05T06:37:08-07:00",
    "show": 64752,
    "show_uri": "https://api.kexp.org/v2/shows/64752/?format=api",
    "image_uri": "https://coverartarchive.org/release/a3e18cac-ac05-4417-bd21-e2060b817ce9/14755753554-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a3e18cac-ac05-4417-bd21-e2060b817ce9/14755753554-250.jpg",
    "song": "Heavy Water / I'd Rather Be Sleeping",
    "track_id": null,
    "recording_id": "30ef7649-1f67-4887-af00-0f1af7333d81",
    "artist": "Grouper",
    "artist_ids": [
        "7e571e09-887e-4544-b993-eb75e7837ec1"
    ],
    "album": "Dragging a Dead Deer up a Hill",
    "release_id": null,
    "release_group_id": "abcc21e4-16fc-31a3-864b-4d69ae81e2b4",
    "labels": [
        "Type"
    ],
    "label_ids": [
        "63a3d3b8-28ad-45c4-bb23-93927a69cb99"
    ],
    "release_date": "2008-06-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Grouper 4 Ever - https://grouper.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}