Information about plays

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

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

{
    "id": 3657237,
    "uri": "https://api.kexp.org/v2/plays/3657237/?format=api",
    "airdate": "2026-05-20T12:55:33-07:00",
    "show": 66767,
    "show_uri": "https://api.kexp.org/v2/shows/66767/?format=api",
    "image_uri": "https://dn721901.ca.archive.org/0/items/mbid-b1c639d0-b918-47e4-a3c8-74f4e3237e44/mbid-b1c639d0-b918-47e4-a3c8-74f4e3237e44-40036214935_thumb500.jpg",
    "thumbnail_uri": "https://dn721901.ca.archive.org/0/items/mbid-b1c639d0-b918-47e4-a3c8-74f4e3237e44/mbid-b1c639d0-b918-47e4-a3c8-74f4e3237e44-40036214935_thumb250.jpg",
    "song": "Blackoak",
    "track_id": "99f58347-fd17-4986-a969-7a3767c70b51",
    "recording_id": "1a1aa8de-59d3-44c3-8099-a3511130f60e",
    "artist": "Maribou State",
    "artist_ids": [
        "72034a05-bcd8-40c2-8255-3ee4ac0e7ef0"
    ],
    "album": "Hallucinating Love",
    "release_id": "b1c639d0-b918-47e4-a3c8-74f4e3237e44",
    "release_group_id": "2a3fdedd-f9e2-45f9-987a-be2d91d1f9eb",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2025-01-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off the \"Hallucinating Love\" album, released earlier this year by the English electronic duo.\n\nAnother performance live on KEXP, from Maribou State in 2019: https://www.youtube.com/watch?v=TEy-lof4F_I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}