Information about plays

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

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

{
    "id": 3636366,
    "uri": "https://api.kexp.org/v2/plays/3636366/?format=api",
    "airdate": "2026-04-01T08:17:40-07:00",
    "show": 66336,
    "show_uri": "https://api.kexp.org/v2/shows/66336/?format=api",
    "image_uri": "https://dn710606.ca.archive.org/0/items/mbid-536cb2de-306e-4daf-bd24-fc01a7643e59/mbid-536cb2de-306e-4daf-bd24-fc01a7643e59-25072804115_thumb500.jpg",
    "thumbnail_uri": "https://dn710606.ca.archive.org/0/items/mbid-536cb2de-306e-4daf-bd24-fc01a7643e59/mbid-536cb2de-306e-4daf-bd24-fc01a7643e59-25072804115_thumb250.jpg",
    "song": "Evil Urges",
    "track_id": "6ab88610-e5c2-37a6-87d1-6d3ea574bcca",
    "recording_id": "279b0d4c-f9ae-4109-86b8-2ee3d05a96a2",
    "artist": "My Morning Jacket",
    "artist_ids": [
        "ea5883b7-68ce-48b3-b115-61746ea53b8c"
    ],
    "album": "Evil Urges",
    "release_id": "536cb2de-306e-4daf-bd24-fc01a7643e59",
    "release_group_id": "74a08109-2d79-3431-83e1-147738235fa4",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2008-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Evil Urges is the fifth studio album by My Morning Jacket, released on this day in 2008. This is the title track.\n\nMy Morning Jacket is doing a residency at The Fillmore in San Francisco Oct. 3-11. KEXP is giving away tickets all day, so keep listening!\n\nhttps://mymorningjacket.bandcamp.com\nhttps://www.mymorningjacket.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}