Information about plays

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

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

{
    "id": 3545576,
    "uri": "https://api.kexp.org/v2/plays/3545576/?format=api",
    "airdate": "2025-08-27T17:59:32-07:00",
    "show": 64403,
    "show_uri": "https://api.kexp.org/v2/shows/64403/?format=api",
    "image_uri": "https://ia803404.us.archive.org/11/items/mbid-9b949364-f0f5-40fe-8496-f96d9d76969e/mbid-9b949364-f0f5-40fe-8496-f96d9d76969e-8732703462_thumb500.jpg",
    "thumbnail_uri": "https://ia903404.us.archive.org/11/items/mbid-9b949364-f0f5-40fe-8496-f96d9d76969e/mbid-9b949364-f0f5-40fe-8496-f96d9d76969e-8732703462_thumb250.jpg",
    "song": "Don’t You (Forget About Me)",
    "track_id": "fa10caea-977b-4311-9a9f-dd241688b0f7",
    "recording_id": "97dacaa4-a9e9-4892-b7dd-91d87f93bce0",
    "artist": "Simple Minds",
    "artist_ids": [
        "f41490ce-fe39-435d-86c0-ab5ce098b423"
    ],
    "album": "The Breakfast Club",
    "release_id": "9b949364-f0f5-40fe-8496-f96d9d76969e",
    "release_group_id": "5f831d96-26cb-3579-ad4d-e997f6bc9b61",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Andy in PDX!\nGood to hear your voice coming through my speakers again. I have a very important question for you on this Amplifier Love Day: Is it Simple Minds o’clock yet?... Proud to be an Amplifier and proud to have been listening to your shows since you started on the Sunday afternoon shift. It was so great to finally meet you at the BBQ a couple of weeks ago (has it been that long?) Those are some of the reasons I support KEXP—real human DJs with great musical tastes and community focused events that include lots of good artists. Looking forward to making our next KEXP event, whatever that is.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}