Information about plays

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

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

{
    "id": 3610082,
    "uri": "https://api.kexp.org/v2/plays/3610082/?format=api",
    "airdate": "2026-01-28T05:47:34-08:00",
    "show": 65775,
    "show_uri": "https://api.kexp.org/v2/shows/65775/?format=api",
    "image_uri": "https://dn721900.ca.archive.org/0/items/mbid-afe1b846-9a7d-4f10-8dc0-0d87e47cd00f/mbid-afe1b846-9a7d-4f10-8dc0-0d87e47cd00f-39301013555_thumb500.jpg",
    "thumbnail_uri": "https://dn721900.ca.archive.org/0/items/mbid-afe1b846-9a7d-4f10-8dc0-0d87e47cd00f/mbid-afe1b846-9a7d-4f10-8dc0-0d87e47cd00f-39301013555_thumb250.jpg",
    "song": "The Killing Moon",
    "track_id": "3edcedbb-4876-4e8d-bff8-24b66319b8c9",
    "recording_id": "48ad3c51-356b-4be1-b8a5-57c840be5191",
    "artist": "a‐ha",
    "artist_ids": [
        "7364dea6-ca9a-48e3-be01-b44ad0d19897"
    ],
    "album": "MTV Unplugged: Summer Solstice",
    "release_id": "afe1b846-9a7d-4f10-8dc0-0d87e47cd00f",
    "release_group_id": "4e3e82ec-016b-4291-823f-0f3e1c48c7ed",
    "labels": [
        "Polydor",
        "Universal Music Group",
        "We Love Music"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2",
        "19d052fa-570a-4b17-9a3d-8f2f029b7b57",
        "2c4b57e6-6f4a-4da7-8108-7b12271053da"
    ],
    "release_date": "2017-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A-HA cover Echo and the Bunnymen's \"The Killing Moon\" with Echo frontman Ian McCulloch in this MTV Unplugged session.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}