Information about plays

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

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

{
    "id": 3553946,
    "uri": "https://api.kexp.org/v2/plays/3553946/?format=api",
    "airdate": "2025-09-16T23:10:52-07:00",
    "show": 64582,
    "show_uri": "https://api.kexp.org/v2/shows/64582/?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://ia800100.us.archive.org/10/items/mbid-b1c639d0-b918-47e4-a3c8-74f4e3237e44/mbid-b1c639d0-b918-47e4-a3c8-74f4e3237e44-40036214935_thumb250.jpg",
    "song": "Otherside",
    "track_id": "3104fc41-fb73-4cd2-8ff4-39aef76849c2",
    "recording_id": "db9e63dd-2716-4f0e-9971-36ae1b470808",
    "artist": "Maribou State feat. Holly Walker",
    "artist_ids": [
        "72034a05-bcd8-40c2-8255-3ee4ac0e7ef0",
        "0459562d-c466-4184-8b00-e508e766332d"
    ],
    "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": "The UK electronic duo working with Holly Walker on this track. https://mariboustate.bandcamp.com/album/hallucinating-love",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}