Information about plays

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

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

{
    "id": 3552027,
    "uri": "https://api.kexp.org/v2/plays/3552027/?format=api",
    "airdate": "2025-09-12T08:40:13-07:00",
    "show": 64540,
    "show_uri": "https://api.kexp.org/v2/shows/64540/?format=api",
    "image_uri": "https://dn721706.ca.archive.org/0/items/mbid-611c2bd1-b69d-3894-9755-9b1c8d6a16ea/mbid-611c2bd1-b69d-3894-9755-9b1c8d6a16ea-34042377606_thumb500.jpg",
    "thumbnail_uri": "https://dn721706.ca.archive.org/0/items/mbid-611c2bd1-b69d-3894-9755-9b1c8d6a16ea/mbid-611c2bd1-b69d-3894-9755-9b1c8d6a16ea-34042377606_thumb250.jpg",
    "song": "In a Big Country",
    "track_id": "8fe5a395-2b0d-363a-b25c-0ed5d39b06f1",
    "recording_id": "6ae1dfb3-b892-4efb-97b1-741d9bbb4457",
    "artist": "Big Country",
    "artist_ids": [
        "b4013ff1-d7ce-4b1a-af6e-e0b19ca7f378"
    ],
    "album": "The Crossing",
    "release_id": "611c2bd1-b69d-3894-9755-9b1c8d6a16ea",
    "release_group_id": "54459dcf-4964-3c22-ad08-bb2f4dfa4131",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Big Country is known as a Scottish band, though none of its members were born in Scotland. The original lineup was: guitar/vocalist Stuart Adamson (born in Manchester, England), guitarist Bruce Watson (born in Canada), bassist Tony Butler (London, England), and drummer Mark Brzezicki (Slough, England). \n--\nR.I.P., Stuart Adamson, who died in 2001 at age 43: https://www.furious.com/perfect/bigcountry.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}