Information about plays

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

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

{
    "id": 3625078,
    "uri": "https://api.kexp.org/v2/plays/3625078/?format=api",
    "airdate": "2026-03-04T04:34:32-08:00",
    "show": 66086,
    "show_uri": "https://api.kexp.org/v2/shows/66086/?format=api",
    "image_uri": "https://ia601407.us.archive.org/5/items/mbid-3e8be859-8347-46f1-935b-2bad5ea8df6a/mbid-3e8be859-8347-46f1-935b-2bad5ea8df6a-32826561770_thumb500.jpg",
    "thumbnail_uri": "https://dn710201.ca.archive.org/0/items/mbid-3e8be859-8347-46f1-935b-2bad5ea8df6a/mbid-3e8be859-8347-46f1-935b-2bad5ea8df6a-32826561770_thumb250.jpg",
    "song": "Systemagic",
    "track_id": "e5c09885-1543-4185-aec0-80e875ca887d",
    "recording_id": "1f458eaf-865b-49bd-a64c-2bbdc426df78",
    "artist": "Goldfrapp",
    "artist_ids": [
        "7b885d42-3c41-4f43-9944-a5855ec5155e"
    ],
    "album": "Silver Eye",
    "release_id": "3e8be859-8347-46f1-935b-2bad5ea8df6a",
    "release_group_id": "332bb421-420a-45a4-8d86-7ece854eef30",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2017-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request for Peter in Switzerland! \n\nThis track from Goldfrapp comes from their 2017 album, Silver Eye. That release was the duo's final album before going on an indefinite hiatus. Allison Goldfrapp released a solo album, The Love Intention, in 2023. \n\nhttps://www.goldfrapp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}