Information about plays

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

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

{
    "id": 3599106,
    "uri": "https://api.kexp.org/v2/plays/3599106/?format=api",
    "airdate": "2026-01-02T05:43:09-08:00",
    "show": 65538,
    "show_uri": "https://api.kexp.org/v2/shows/65538/?format=api",
    "image_uri": "https://ia600603.us.archive.org/30/items/mbid-80c9ce8c-ae15-4938-854d-dc2274488d4f/mbid-80c9ce8c-ae15-4938-854d-dc2274488d4f-4530700120_thumb500.jpg",
    "thumbnail_uri": "https://ia600603.us.archive.org/30/items/mbid-80c9ce8c-ae15-4938-854d-dc2274488d4f/mbid-80c9ce8c-ae15-4938-854d-dc2274488d4f-4530700120_thumb250.jpg",
    "song": "Overcome",
    "track_id": "90e7b2fb-eec5-3254-b5a9-74ceed3284de",
    "recording_id": "d4d9ada2-799a-450e-a45e-cfcce44ff67a",
    "artist": "Tricky",
    "artist_ids": [
        "5bf64d94-efd9-4334-96fd-e6197b0b02b8"
    ],
    "album": "A Ruff Guide",
    "release_id": "eac94ebc-6671-4bcb-a7b9-9ab974efe5ae",
    "release_group_id": "f76f8906-291d-3814-91cd-08fa3037ca40",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2002-05-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Overcome is also on Tricky's debut album Maxinquaye from 1995. The song features Martina Topley-Bird on vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}