Information about plays

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

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

{
    "id": 3539477,
    "uri": "https://api.kexp.org/v2/plays/3539477/?format=api",
    "airdate": "2025-08-13T05:45:07-07:00",
    "show": 64276,
    "show_uri": "https://api.kexp.org/v2/shows/64276/?format=api",
    "image_uri": "https://ia600906.us.archive.org/18/items/mbid-def25b73-690b-4256-9fd9-a50bdca5bd30/mbid-def25b73-690b-4256-9fd9-a50bdca5bd30-42522804561_thumb500.jpg",
    "thumbnail_uri": "https://dn721709.ca.archive.org/0/items/mbid-def25b73-690b-4256-9fd9-a50bdca5bd30/mbid-def25b73-690b-4256-9fd9-a50bdca5bd30-42522804561_thumb250.jpg",
    "song": "Somewhere in Between",
    "track_id": "99b0b685-cdc7-4d0a-8e7f-44b3cc5d3dbc",
    "recording_id": "de02b25b-2a53-43b2-994c-c3c136a3f768",
    "artist": "Blood Orange",
    "artist_ids": [
        "3d254f1e-7d18-431b-baeb-68e57695dfdb"
    ],
    "album": "Essex Honey",
    "release_id": "def25b73-690b-4256-9fd9-a50bdca5bd30",
    "release_group_id": "778e2320-736e-4634-ae65-354d408c40e9",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2025-08-29",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Somewhere in Between\" is the latest single from the upcoming Blood Orange album Essex Honey, out on August 29th! \n\nBlood Orange will play Portola Fest in SF on September 20, 2025.\n\nhttps://www.youtube.com/watch?v=P_5CkTkAvPQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}