Information about plays

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

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

{
    "id": 3640380,
    "uri": "https://api.kexp.org/v2/plays/3640380/?format=api",
    "airdate": "2026-04-10T17:34:38-07:00",
    "show": 66417,
    "show_uri": "https://api.kexp.org/v2/shows/66417/?format=api",
    "image_uri": "https://dn710302.ca.archive.org/0/items/mbid-977d7c01-a90c-4815-b01e-4b0fbb139a6c/mbid-977d7c01-a90c-4815-b01e-4b0fbb139a6c-8669717057_thumb500.jpg",
    "thumbnail_uri": "https://dn710302.ca.archive.org/0/items/mbid-977d7c01-a90c-4815-b01e-4b0fbb139a6c/mbid-977d7c01-a90c-4815-b01e-4b0fbb139a6c-8669717057_thumb250.jpg",
    "song": "Gates of Steel",
    "track_id": "0e56da7a-6984-3d43-89d3-76454db77fe0",
    "recording_id": "d88f65da-8031-48b5-9986-81a6d7904776",
    "artist": "DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Freedom of Choice",
    "release_id": "977d7c01-a90c-4815-b01e-4b0fbb139a6c",
    "release_group_id": "bb889709-d775-3cb1-84c2-1daf4884e165",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is based on a riff Mark Mothersbaug heard in a jam session he taped with Susan Schmidt and Deborah Smith - who were in the bands the Poor Girls and thenChi-Pig. The riff was in the track titled \"Pimple On My Plans\" before the release of the DEVO track Gates of Steel.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}