Information about plays

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

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

{
    "id": 3552069,
    "uri": "https://api.kexp.org/v2/plays/3552069/?format=api",
    "airdate": "2025-09-12T11:05:32-07:00",
    "show": 64541,
    "show_uri": "https://api.kexp.org/v2/shows/64541/?format=api",
    "image_uri": "https://ia800501.us.archive.org/13/items/mbid-1084c438-b8ce-4b33-a971-2fb4b788daa3/mbid-1084c438-b8ce-4b33-a971-2fb4b788daa3-13973938109_thumb500.jpg",
    "thumbnail_uri": "https://ia600501.us.archive.org/13/items/mbid-1084c438-b8ce-4b33-a971-2fb4b788daa3/mbid-1084c438-b8ce-4b33-a971-2fb4b788daa3-13973938109_thumb250.jpg",
    "song": "Higherness",
    "track_id": "7017bc22-276f-3971-82c7-d1ee87e21e8e",
    "recording_id": "a282614d-70aa-430f-ab83-33c484d8ca1c",
    "artist": "Aveo",
    "artist_ids": [
        "1ee39085-0b53-4837-b41d-c03ebe3c8182"
    ],
    "album": "Bridge to the Northern Lights",
    "release_id": "1084c438-b8ce-4b33-a971-2fb4b788daa3",
    "release_group_id": "48daf6a2-0160-3d98-b632-624d151fc55a",
    "labels": [
        "Red Tide Records"
    ],
    "label_ids": [
        "9a85822f-61ba-42b7-9831-9fb53fb148eb"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this video of Seattle's Aveo performing Live on KEXP in 2010 at the Capitol Hill Block Party!\n\nhttps://www.youtube.com/watch?v=vQPm8yEwrtk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}