Information about plays

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

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

{
    "id": 3553018,
    "uri": "https://api.kexp.org/v2/plays/3553018/?format=api",
    "airdate": "2025-09-14T16:26:34-07:00",
    "show": 64562,
    "show_uri": "https://api.kexp.org/v2/shows/64562/?format=api",
    "image_uri": "https://ia601805.us.archive.org/34/items/mbid-d7695765-5d64-485d-a170-07cb7881dc8f/mbid-d7695765-5d64-485d-a170-07cb7881dc8f-22530898055_thumb500.jpg",
    "thumbnail_uri": "https://ia601805.us.archive.org/34/items/mbid-d7695765-5d64-485d-a170-07cb7881dc8f/mbid-d7695765-5d64-485d-a170-07cb7881dc8f-22530898055_thumb250.jpg",
    "song": "Wordless Chorus",
    "track_id": "d076fa0e-2606-375f-a489-19be703fb91a",
    "recording_id": "22aa338f-4bae-4b0a-bf40-e37c5a66481b",
    "artist": "My Morning Jacket",
    "artist_ids": [
        "ea5883b7-68ce-48b3-b115-61746ea53b8c"
    ],
    "album": "Z",
    "release_id": "d7695765-5d64-485d-a170-07cb7881dc8f",
    "release_group_id": "3e3d75c0-48a4-3def-8dc3-b417b2d6e5e7",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2005-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track features a literal wordless, harmonized chorus sung by the band, which creates a lush wall of sound after the introspective verses. The lyrics explore themes of artistic integrity and commercial success, with lines like \"Forget about instinct, it's not what pays\" and \"Remember the promise as a kid you made.\"\n\nThe song also contains a unique, highly distinctive syncopated melodic line in the verses and yelps from frontman Jim James in the instrumental section.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}