Information about plays

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

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

{
    "id": 3547940,
    "uri": "https://api.kexp.org/v2/plays/3547940/?format=api",
    "airdate": "2025-09-02T09:48:37-07:00",
    "show": 64453,
    "show_uri": "https://api.kexp.org/v2/shows/64453/?format=api",
    "image_uri": "https://ia600805.us.archive.org/34/items/mbid-ab219ea3-a49f-4a51-bced-aabc25c18e9c/mbid-ab219ea3-a49f-4a51-bced-aabc25c18e9c-18531577202_thumb500.jpg",
    "thumbnail_uri": "https://ia600805.us.archive.org/34/items/mbid-ab219ea3-a49f-4a51-bced-aabc25c18e9c/mbid-ab219ea3-a49f-4a51-bced-aabc25c18e9c-18531577202_thumb250.jpg",
    "song": "I Build This Garden for Us",
    "track_id": "a9adc569-816c-30d6-a8e2-340f29cc72be",
    "recording_id": "7600a2b7-529c-4949-9197-33eecba3a5b6",
    "artist": "Lenny Kravitz",
    "artist_ids": [
        "0ef3f425-9bd2-4216-9dd2-219d2fe90f1f"
    ],
    "album": "Let Love Rule",
    "release_id": "ab219ea3-a49f-4a51-bced-aabc25c18e9c",
    "release_group_id": "afd82f3b-cab1-3fab-84dc-6c5c80919bd3",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1989-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welcome back John! I woke up finding out the news that my friend Amy died suddenly at the young age of 50. I met her when I was working in Minneapolis and she was a beautiful soul, always smiling and a huge fan of music. She loved the hell out of Lenny Kravitz, and if you could play some to honor her, it would help me while I head off to work, and try to keep my head up. Thank you! Billy in Redmond. \n--\nFound on Lenny Kravitz' debut studio album, released in 1989.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}