Information about plays

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

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

{
    "id": 3533555,
    "uri": "https://api.kexp.org/v2/plays/3533555/?format=api",
    "airdate": "2025-07-30T01:43:34-07:00",
    "show": 64150,
    "show_uri": "https://api.kexp.org/v2/shows/64150/?format=api",
    "image_uri": "https://ia600906.us.archive.org/0/items/mbid-80259a08-36e6-4b26-9bf9-adeeb6b3bc8f/mbid-80259a08-36e6-4b26-9bf9-adeeb6b3bc8f-42562684401_thumb500.jpg",
    "thumbnail_uri": "https://ia600906.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": "Jamie xx just dropped this song! Here's what he had to say about it: \"Dream Night is a tune I made while touring In Waves this year. I am so lucky to have many wild and beautiful nights playing around the world to wonderful people and this song came about quite naturally, out of all the amazing nights of music and dancing that I get to experience on and off stage. I'm so grateful for it all and I wanted to shar that and hopefully create some more dreamy moments with this song.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}