Information about plays

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

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

{
    "id": 3641456,
    "uri": "https://api.kexp.org/v2/plays/3641456/?format=api",
    "airdate": "2026-04-13T06:16:02-07:00",
    "show": 66441,
    "show_uri": "https://api.kexp.org/v2/shows/66441/?format=api",
    "image_uri": "https://dn720706.ca.archive.org/0/items/mbid-d3fd297c-63d1-4c47-b6fa-c69fffba077d/mbid-d3fd297c-63d1-4c47-b6fa-c69fffba077d-44017454663_thumb500.jpg",
    "thumbnail_uri": "https://dn720706.ca.archive.org/0/items/mbid-d3fd297c-63d1-4c47-b6fa-c69fffba077d/mbid-d3fd297c-63d1-4c47-b6fa-c69fffba077d-44017454663_thumb250.jpg",
    "song": "In the Weeds",
    "track_id": "7a9e4747-3eca-4292-a1c3-97e455053448",
    "recording_id": "fcb17624-56d3-484c-82a6-5ed1b045f543",
    "artist": "MEMORIALS",
    "artist_ids": [
        "da08fa56-7311-4008-8592-d25aa4dd23ff"
    ],
    "album": "All Clouds Bring Not Rain",
    "release_id": "d3fd297c-63d1-4c47-b6fa-c69fffba077d",
    "release_group_id": "7551cf70-7240-4336-ab47-dd33a93e2253",
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2026-03-27",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sophomore album from Canterbury, UK-based MEMORIALS.\n\n\"The duo of Verity Susman and Matthew Simms locked themselves away in a studio in a barn secluded deep in the woods in southwestern France and re-emerged with a beautiful, unusual record that is both melodic and unconventional. For such an ambitious album it’s striking that it was written, performed, recorded and mixed solely by the two of them.\"\n\nhttps://memorialsmusic.bandcamp.com/album/all-clouds-bring-not-rain",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}