Information about plays

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

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

{
    "id": 3545557,
    "uri": "https://api.kexp.org/v2/plays/3545557/?format=api",
    "airdate": "2025-08-27T16:55:01-07:00",
    "show": 64403,
    "show_uri": "https://api.kexp.org/v2/shows/64403/?format=api",
    "image_uri": "https://coverartarchive.org/release/6d2787f1-f584-4a76-8a97-7926e96fd73e/5236643887-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6d2787f1-f584-4a76-8a97-7926e96fd73e/5236643887-250.jpg",
    "song": "Violet",
    "track_id": null,
    "recording_id": "2c88a3bc-9d4b-4333-8a32-9833a2f9e9cb",
    "artist": "Hole",
    "artist_ids": [
        "1dcc8968-f2cd-441c-beda-6270f70f2863"
    ],
    "album": "Live Through This",
    "release_id": null,
    "release_group_id": "fe676d05-f97c-303a-890b-da53c69e5d42",
    "labels": [
        "Universal Music Group International"
    ],
    "label_ids": [
        "edaafb43-0124-4732-a2e3-f7a9936c8bd4"
    ],
    "release_date": "1994-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Alyssa in Seattle!\n\"Hi! I’d love to hear Violet by Hole. I’m so thankful for all of the new music, rich programming and events KEXP brings into our community and am proud to support as an amplifier. Last summer, I had my first baby and it’s been so special to introduce her to my morning and afternoon driving routines powered by KEXP! A future amplifier in the making. Thank you for the music.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}