Information about plays

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

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

{
    "id": 3607515,
    "uri": "https://api.kexp.org/v2/plays/3607515/?format=api",
    "airdate": "2026-01-22T05:19:25-08:00",
    "show": 65721,
    "show_uri": "https://api.kexp.org/v2/shows/65721/?format=api",
    "image_uri": "https://ia803102.us.archive.org/0/items/mbid-f2dd4d75-adcd-4347-93f3-4ea35f2b3b35/mbid-f2dd4d75-adcd-4347-93f3-4ea35f2b3b35-10158067235_thumb500.jpg",
    "thumbnail_uri": "https://ia803102.us.archive.org/0/items/mbid-f2dd4d75-adcd-4347-93f3-4ea35f2b3b35/mbid-f2dd4d75-adcd-4347-93f3-4ea35f2b3b35-10158067235_thumb250.jpg",
    "song": "Leave Me Alone",
    "track_id": "04907ebf-48bd-338c-9d9b-112e68c1bf90",
    "recording_id": "4b5d549d-e8f2-48ef-bb4e-aca5acba76de",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Power, Corruption & Lies",
    "release_id": "f2dd4d75-adcd-4347-93f3-4ea35f2b3b35",
    "release_group_id": "16cc9dfc-594d-3fb9-b789-3e1bfcb6f9f8",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Final track to New Orders incredible 'Power, Corruption, & Lies', released in 1983.\n\n'Power, Corruption & Lies' was ranked number 94 on Rolling Stone's list of the 100 greatest albums of the 1980s, with the magazine citing it as \"a landmark album of danceable, post-punk music\". In 2013, it was ranked at number 216 on NME's list of the 500 greatest albums of all time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}