Information about plays

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

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

{
    "id": 3541965,
    "uri": "https://api.kexp.org/v2/plays/3541965/?format=api",
    "airdate": "2025-08-19T06:51:46-07:00",
    "show": 64329,
    "show_uri": "https://api.kexp.org/v2/shows/64329/?format=api",
    "image_uri": "https://ia800107.us.archive.org/0/items/mbid-e92dcf0e-412c-49f5-bf65-ee41ea4d6736/mbid-e92dcf0e-412c-49f5-bf65-ee41ea4d6736-23784905875_thumb500.jpg",
    "thumbnail_uri": "https://ia800107.us.archive.org/0/items/mbid-e92dcf0e-412c-49f5-bf65-ee41ea4d6736/mbid-e92dcf0e-412c-49f5-bf65-ee41ea4d6736-23784905875_thumb250.jpg",
    "song": "Wreck of the Edmund Fitzgerald",
    "track_id": "ada0c40d-370a-302b-972e-25568a423401",
    "recording_id": "74293c61-af25-43ae-9ca1-e39d187f41d1",
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "Boys Better",
    "release_id": "f24eaeb4-8eb3-4f11-a696-6374a7b7c126",
    "release_group_id": "b8b768fa-d400-3479-922e-80f68378f69e",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1998-07-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "By request from Jef in St. Paul, MN\n\nThe Dandy Warhols released a cover of \"The Wreck of the Edmund Fitzgerald,\" originally a Gordon Lightfoot ballad, likely on their album The Black Album. The song recounts the real-life tragedy of the SS Edmund Fitzgerald, a bulk carrier that sank in a severe storm on Lake Superior on November 10, 1975, resulting in the loss of all 29 crew members.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}