Information about plays

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

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

{
    "id": 3604809,
    "uri": "https://api.kexp.org/v2/plays/3604809/?format=api",
    "airdate": "2026-01-15T20:44:49-08:00",
    "show": 65660,
    "show_uri": "https://api.kexp.org/v2/shows/65660/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sad but True",
    "track_id": null,
    "recording_id": "61c951fc-5d86-4733-b3d6-a413efc4845d",
    "artist": "The HU",
    "artist_ids": [
        "8601a656-4830-457c-a3f1-f25b105d1629"
    ],
    "album": "Sad but True (Гүнигт гэвч үнэн)",
    "release_id": null,
    "release_group_id": "8d5e3d9b-cf16-461b-9bd5-6aa20f7a88a1",
    "labels": [
        "Better Noise Music"
    ],
    "label_ids": [
        "a6c3bb13-dd4b-4fbd-802e-90256e1a5975"
    ],
    "release_date": "2020-12-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Hu is a Mongolian folk metal band formed in 2016 in Ulaanbaatar. Incorporating traditional Mongolian instrumentation, including the morin khuur, the tovshuur, and throat singing, the band calls their style of music \"hunnu rock\", a term inspired by the Xiongnu, an ancient nomadic empire based in Mongolia proper, known as Hünnü in Mongolian.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}