Information about plays

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

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

{
    "id": 3549138,
    "uri": "https://api.kexp.org/v2/plays/3549138/?format=api",
    "airdate": "2025-09-05T07:21:31-07:00",
    "show": 64479,
    "show_uri": "https://api.kexp.org/v2/shows/64479/?format=api",
    "image_uri": "https://ia800906.us.archive.org/0/items/mbid-80259a08-36e6-4b26-9bf9-adeeb6b3bc8f/mbid-80259a08-36e6-4b26-9bf9-adeeb6b3bc8f-42562684401_thumb500.jpg",
    "thumbnail_uri": "https://ia800906.us.archive.org/0/items/mbid-80259a08-36e6-4b26-9bf9-adeeb6b3bc8f/mbid-80259a08-36e6-4b26-9bf9-adeeb6b3bc8f-42562684401_thumb250.jpg",
    "song": "Dream Night",
    "track_id": "7647458a-560c-4fa6-ab44-820787d4a7d5",
    "recording_id": "2dadcd47-a773-40e7-bf8e-e3444a6d7dfc",
    "artist": "Jamie xx",
    "artist_ids": [
        "d1515727-4a93-4c0d-88cb-d7a9fce01879"
    ],
    "album": "Dream Night",
    "release_id": "80259a08-36e6-4b26-9bf9-adeeb6b3bc8f",
    "release_group_id": "9c214ece-8ae0-4ae2-b969-512064997284",
    "labels": [
        "Young"
    ],
    "label_ids": [
        "78cd137b-d2d4-4259-bf25-351d15e7de25"
    ],
    "release_date": "2025-07-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that The XX released \"Coexist\" (their second studio album) on this date in 2012?\n--\nWell, now, it's the year 2025 and this is a new single from Jamie xx. He said that the song was born while he was touring. β€œIt came about naturally, out of all the amazing nights of music and dancing I get to experience...I just wanted to share that feeling.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}