Information about plays

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

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

{
    "id": 3630079,
    "uri": "https://api.kexp.org/v2/plays/3630079/?format=api",
    "airdate": "2026-03-17T06:47:02-07:00",
    "show": 66204,
    "show_uri": "https://api.kexp.org/v2/shows/66204/?format=api",
    "image_uri": "https://dn721807.ca.archive.org/0/items/mbid-ee456832-b383-4c74-9906-f5e6189874d7/mbid-ee456832-b383-4c74-9906-f5e6189874d7-7618663317_thumb500.jpg",
    "thumbnail_uri": "https://dn721807.ca.archive.org/0/items/mbid-ee456832-b383-4c74-9906-f5e6189874d7/mbid-ee456832-b383-4c74-9906-f5e6189874d7-7618663317_thumb250.jpg",
    "song": "To Youth (My Sweet Roisin Dubh)",
    "track_id": "8888c3eb-6e9f-3bd9-b0c5-70aaec117b88",
    "recording_id": "427c3f9b-9812-4b64-97fe-7bc93d23a6cb",
    "artist": "Flogging Molly",
    "artist_ids": [
        "c3694ddc-f7e5-40dd-9fad-90d11a2c50fa"
    ],
    "album": "Within a Mile of Home",
    "release_id": "ee456832-b383-4c74-9906-f5e6189874d7",
    "release_group_id": "4cc9d375-dbd8-3846-80cb-07f5a0e6a8ad",
    "labels": [
        "SideOneDummy Records"
    ],
    "label_ids": [
        "b5e60f8b-601c-4ada-99d8-795f0ea9c231"
    ],
    "release_date": "2004-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Jacob in Henderson, NC...a perfect addition to the St. Patrick's Day rotation! You can catch Flogging Molly at The Showbox in Seattle later this summer on August 12th. https://www.floggingmolly.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}