Information about plays

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

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

{
    "id": 3656847,
    "uri": "https://api.kexp.org/v2/plays/3656847/?format=api",
    "airdate": "2026-05-19T13:42:20-07:00",
    "show": 66760,
    "show_uri": "https://api.kexp.org/v2/shows/66760/?format=api",
    "image_uri": "https://dn711108.ca.archive.org/0/items/mbid-35a9ec45-b8b2-4ef5-aba6-b872a84ee8e2/mbid-35a9ec45-b8b2-4ef5-aba6-b872a84ee8e2-1517852873_thumb500.jpg",
    "thumbnail_uri": "https://dn711108.ca.archive.org/0/items/mbid-35a9ec45-b8b2-4ef5-aba6-b872a84ee8e2/mbid-35a9ec45-b8b2-4ef5-aba6-b872a84ee8e2-1517852873_thumb250.jpg",
    "song": "Driven to Tears",
    "track_id": "e87be427-994b-3180-89a0-552228b364fb",
    "recording_id": "63c88bef-322a-4b02-9d49-95584a4f7cc8",
    "artist": "The Police",
    "artist_ids": [
        "9e0e2b01-41db-4008-bd8b-988977d6019a"
    ],
    "album": "Message in a Box: The Complete Recordings",
    "release_id": "35a9ec45-b8b2-4ef5-aba6-b872a84ee8e2",
    "release_group_id": "4479a656-9a69-3315-b3d2-4d0f030977a6",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1993-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Driven to Tears\" is a song written by Sting and first released by The Police on their 1980 album Zenyatta Mondatta. The theme of the song is the divide between rich and poor. The song asks how we react when confronted with uncomfortable truths. Sting explained: \"What are you left with when you're faced with atrocities? All you can do is cry.\" \n- https://www.songfacts.com/facts/the-police/driven-to-tears  \n- https://thepolice.com/#/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}