Information about plays

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

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

{
    "id": 3552120,
    "uri": "https://api.kexp.org/v2/plays/3552120/?format=api",
    "airdate": "2025-09-12T14:19:00-07:00",
    "show": 64542,
    "show_uri": "https://api.kexp.org/v2/shows/64542/?format=api",
    "image_uri": "https://ia804500.us.archive.org/2/items/mbid-55960ddf-eb97-492c-98dd-e0307174939a/mbid-55960ddf-eb97-492c-98dd-e0307174939a-22136936379_thumb500.jpg",
    "thumbnail_uri": "https://ia904500.us.archive.org/2/items/mbid-55960ddf-eb97-492c-98dd-e0307174939a/mbid-55960ddf-eb97-492c-98dd-e0307174939a-22136936379_thumb250.jpg",
    "song": "Freelance",
    "track_id": "d91924ce-fbf3-4e05-b817-3e031c4b5eed",
    "recording_id": "905a7ebc-007f-4202-a698-b2e2b1f8ab93",
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "Outer Peace",
    "release_id": "55960ddf-eb97-492c-98dd-e0307174939a",
    "release_group_id": "2753885d-8835-4ecd-a125-c9a23f176efe",
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2019-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song interpolates lyrics from Ugly Casanova's \"Hotcha Girls.\" \n\nWatch Toro y Moi performing live at 25th Street Recording in Oakland, recorded in February: https://www.youtube.com/watch?v=rUrjnfV94cg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}