Information about plays

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

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

{
    "id": 3555023,
    "uri": "https://api.kexp.org/v2/plays/3555023/?format=api",
    "airdate": "2025-09-19T13:30:20-07:00",
    "show": 64603,
    "show_uri": "https://api.kexp.org/v2/shows/64603/?format=api",
    "image_uri": "https://ia801508.us.archive.org/20/items/mbid-004f358e-a0fc-4036-a2e9-975d3eae3db9/mbid-004f358e-a0fc-4036-a2e9-975d3eae3db9-15940871824_thumb500.jpg",
    "thumbnail_uri": "https://ia801508.us.archive.org/20/items/mbid-004f358e-a0fc-4036-a2e9-975d3eae3db9/mbid-004f358e-a0fc-4036-a2e9-975d3eae3db9-15940871824_thumb250.jpg",
    "song": "Standing in the Way of Control",
    "track_id": "115de455-c60b-378d-b4b9-bf65842c77b6",
    "recording_id": "0b9947e2-b4b2-4946-ab29-d1f0d40621dd",
    "artist": "Gossip",
    "artist_ids": [
        "0f96c38b-8e21-4571-afe0-cb11196a8acd"
    ],
    "album": "Standing in the Way of Control",
    "release_id": "004f358e-a0fc-4036-a2e9-975d3eae3db9",
    "release_group_id": "5ab9155e-c4a6-4cd3-a728-f1f181e74b1c",
    "labels": [
        "Back Yard Recordings"
    ],
    "label_ids": [
        "f750f4d3-dd76-429d-a365-3f3ce33eaa2e"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This song was written by frontwoman Beth Ditto as a response to the US government's stance on same sex-marriage during George W. Bush's presidency. https://www.songfacts.com/facts/the-gossip/standing-in-the-way-of-control\n--\n\"No matter what politicians or the law say, abortion has always existed and will always exist.\" 4,000 Years of Abortion History https://thenib.com/4-000-years-of-abortion-history/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}