Information about plays

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

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

{
    "id": 3575112,
    "uri": "https://api.kexp.org/v2/plays/3575112/?format=api",
    "airdate": "2025-11-07T12:18:40-08:00",
    "show": 65045,
    "show_uri": "https://api.kexp.org/v2/shows/65045/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "LUCKY8",
    "track_id": "1d13fb8a-9260-4a87-a8ec-911cb4dd79ce",
    "recording_id": "9defc732-c2a5-432c-934e-291b49a637b1",
    "artist": "Ribbon Skirt",
    "artist_ids": [
        "6824d820-be15-421f-acd1-f3353ddd2c57"
    ],
    "album": "PENSACOLA",
    "release_id": "9c2597ea-97d9-41df-a1dc-c87d6a38e04f",
    "release_group_id": "18170466-0fe2-4755-b161-a52ac1ed7bf3",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-10-03",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ribbon Skirt is a Montreal-based post-punk band led by Anishinaabe musician Tashiina Buswa and guitarist Billy Riley. Their new EP, PENSACOLA, came out in October. https://ribbonskirtband.bandcamp.com/\n\nThey played Live on KEXP last month! Subscribe to our YouTube channel so you don't miss the video from that session when it drops! https://www.youtube.com/@kexp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}