Information about plays

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

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

{
    "id": 3548711,
    "uri": "https://api.kexp.org/v2/plays/3548711/?format=api",
    "airdate": "2025-09-04T05:05:36-07:00",
    "show": 64469,
    "show_uri": "https://api.kexp.org/v2/shows/64469/?format=api",
    "image_uri": "https://ia801603.us.archive.org/14/items/mbid-2a059e43-e66c-4d6d-9a4f-dea9a6919061/mbid-2a059e43-e66c-4d6d-9a4f-dea9a6919061-10112836421_thumb500.jpg",
    "thumbnail_uri": "https://ia801603.us.archive.org/14/items/mbid-2a059e43-e66c-4d6d-9a4f-dea9a6919061/mbid-2a059e43-e66c-4d6d-9a4f-dea9a6919061-10112836421_thumb250.jpg",
    "song": "Method Man",
    "track_id": "996e40f2-9574-4d4f-b25e-8a871efc7c26",
    "recording_id": "eaac02f7-d5b9-4611-bb2e-9f603bd715b4",
    "artist": "Wu-Tang Clan",
    "artist_ids": [
        "0febdcf7-4e1f-4661-9493-b40427de2c13"
    ],
    "album": "Enter The Wu-Tang (36 Chambers) (Clean)",
    "release_id": "a2253430-be26-4fca-b6ba-dfd1dad2098f",
    "release_group_id": "2d46d093-9063-49ed-a3a8-f0df2133443d",
    "labels": [
        "BMG Music"
    ],
    "label_ids": [
        "8ddaa8e2-34ac-4094-80b9-2575e3c8f553"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"HEY, YOU! GET OFF MY CLOUD\"\n\nRumor has it that there was a rap battle between all 9 members of Wu-Tang Clan with the prize being the only solo song on the groups debut album. Method Man supposedly won this battle and in turn left us with this song.\n\nWatch the music video: https://youtu.be/PEnwXYJcSZc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}