Information about plays

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

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

{
    "id": 3641761,
    "uri": "https://api.kexp.org/v2/plays/3641761/?format=api",
    "airdate": "2026-04-14T00:51:14-07:00",
    "show": 66447,
    "show_uri": "https://api.kexp.org/v2/shows/66447/?format=api",
    "image_uri": "https://coverartarchive.org/release/ecaefc17-69a7-4ed7-80ec-83830b28a161/44518158900-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ecaefc17-69a7-4ed7-80ec-83830b28a161/44518158900-250.jpg",
    "song": "Our Lives Entwined (K-Lone Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Leaving Laurel",
    "artist_ids": [
        "be232ebd-fc15-49b9-be04-103dfc421556"
    ],
    "album": "Our Lives Entwined",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Anjunadeep"
    ],
    "label_ids": [
        "5b66608b-878d-4d7a-a96b-6da38356f6c8"
    ],
    "release_date": "2026-01-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "~ when in doubt play the K-Lone remix ~",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}