Information about plays

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

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

{
    "id": 3545546,
    "uri": "https://api.kexp.org/v2/plays/3545546/?format=api",
    "airdate": "2025-08-27T16:28:53-07:00",
    "show": 64403,
    "show_uri": "https://api.kexp.org/v2/shows/64403/?format=api",
    "image_uri": "https://ia601201.us.archive.org/34/items/mbid-4324fe3b-64c7-4af7-9339-b17dda3e465d/mbid-4324fe3b-64c7-4af7-9339-b17dda3e465d-11724222839_thumb500.jpg",
    "thumbnail_uri": "https://ia801201.us.archive.org/34/items/mbid-4324fe3b-64c7-4af7-9339-b17dda3e465d/mbid-4324fe3b-64c7-4af7-9339-b17dda3e465d-11724222839_thumb250.jpg",
    "song": "She Don’t Use Jelly",
    "track_id": "256625a7-8221-3f6a-bebc-a6b1e67facaf",
    "recording_id": "1a37bf5e-f4ea-409e-b7d1-d7c61f401c89",
    "artist": "The Flaming Lips",
    "artist_ids": [
        "1f43d76f-8edf-44f6-aaf1-b65f05ad9402"
    ],
    "album": "She Don’t Use Jelly",
    "release_id": "9c5915d3-550c-36c7-8303-bfb045151ce6",
    "release_group_id": "5ee14873-49f0-3978-9b2b-e4f2a3047b8a",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Russ!\n\"Can you play She Don't Use Jelly by The Flaming Lips. When I moved to Seattle in '93 I came across KEXP( of course then KCMU) on the radio dial and this was the song that was on. This was my first time listening to you all and hearing The Flaming Lips. You've been introducing me to great music for over 30 years now.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}