Information about plays

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

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

{
    "id": 3571722,
    "uri": "https://api.kexp.org/v2/plays/3571722/?format=api",
    "airdate": "2025-10-30T07:15:54-07:00",
    "show": 64972,
    "show_uri": "https://api.kexp.org/v2/shows/64972/?format=api",
    "image_uri": "https://dn710201.ca.archive.org/0/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": "This 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"
}