Information about plays

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

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

{
    "id": 3656713,
    "uri": "https://api.kexp.org/v2/plays/3656713/?format=api",
    "airdate": "2026-05-19T06:09:02-07:00",
    "show": 66757,
    "show_uri": "https://api.kexp.org/v2/shows/66757/?format=api",
    "image_uri": "https://dn711004.ca.archive.org/0/items/mbid-33221e44-2437-39f1-b49f-0c302f340743/mbid-33221e44-2437-39f1-b49f-0c302f340743-3038532381_thumb500.jpg",
    "thumbnail_uri": "https://dn711004.ca.archive.org/0/items/mbid-33221e44-2437-39f1-b49f-0c302f340743/mbid-33221e44-2437-39f1-b49f-0c302f340743-3038532381_thumb250.jpg",
    "song": "Electricity (Dindisc 1980 version)",
    "track_id": "50495e9d-ce6c-3ba7-9fbb-7ffea7ce8727",
    "recording_id": "93f0c4a5-9bcc-4dc2-b7e3-50d714182309",
    "artist": "Orchestral Manoeuvres in the Dark",
    "artist_ids": [
        "6d072aa8-c851-49c5-92f9-cbca05f4bed9"
    ],
    "album": "Organisation",
    "release_id": "33221e44-2437-39f1-b49f-0c302f340743",
    "release_group_id": "cff0ea94-bf45-3712-8ce8-238fd3c5d13f",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "OMD's 1980 album Organisation features \"Electricity,\" the first song Andy McCluskey and Paul Humphreys wrote together as teenagers. Inspired by Kraftwerk’s \"Radioactivity,\" McCluskey calls the track a \"faster, punkier version\" of their influence, aimed at society's wasteful energy use. Check out the music video to this song: https://www.youtube.com/watch?v=Y43XLVqjytQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}