Information about plays

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

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

{
    "id": 3658130,
    "uri": "https://api.kexp.org/v2/plays/3658130/?format=api",
    "airdate": "2026-05-22T16:50:56-07:00",
    "show": 66786,
    "show_uri": "https://api.kexp.org/v2/shows/66786/?format=api",
    "image_uri": "https://dn710206.ca.archive.org/0/items/mbid-f3b65a6a-fd20-44e4-a1ad-0783c346080f/mbid-f3b65a6a-fd20-44e4-a1ad-0783c346080f-33658291163_thumb500.jpg",
    "thumbnail_uri": "",
    "song": "Hollow Eyes",
    "track_id": "9bf945d3-9355-39f4-b8cb-3d1dc7805f09",
    "recording_id": "9fc2b713-fdb7-4e5a-a3c7-6e057684cbf7",
    "artist": "Red Lorry Yellow Lorry",
    "artist_ids": [
        "ac8f8330-1270-4a56-89c4-3318f8fa5c3b"
    ],
    "album": "Smashed Hits",
    "release_id": "f3b65a6a-fd20-44e4-a1ad-0783c346080f",
    "release_group_id": "f429ca2b-f240-3bc7-a68c-d997ffe75842",
    "labels": [],
    "label_ids": [],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "hollow eyes.. very gothin itself!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}