Information about plays

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

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

{
    "id": 3616069,
    "uri": "https://api.kexp.org/v2/plays/3616069/?format=api",
    "airdate": "2026-02-11T07:11:08-08:00",
    "show": 65903,
    "show_uri": "https://api.kexp.org/v2/shows/65903/?format=api",
    "image_uri": "https://ia801608.us.archive.org/14/items/mbid-0a5aa565-8158-4e81-9776-af8044f6cc1e/mbid-0a5aa565-8158-4e81-9776-af8044f6cc1e-18047694847_thumb500.jpg",
    "thumbnail_uri": "https://ia801608.us.archive.org/14/items/mbid-0a5aa565-8158-4e81-9776-af8044f6cc1e/mbid-0a5aa565-8158-4e81-9776-af8044f6cc1e-18047694847_thumb250.jpg",
    "song": "No Name No. 5",
    "track_id": "0d1304bd-413a-31f4-a346-02af28ce491f",
    "recording_id": "189f015c-9ba0-4636-a022-80d207caee99",
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "Either/Or",
    "release_id": "0a5aa565-8158-4e81-9776-af8044f6cc1e",
    "release_group_id": "dfb85157-313b-3f5f-8739-a5162bcb6345",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1997-02-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Elliott Smith's 1997 album 'Either/Or' took its name from the title of Danish philosopher Søren Kierkegaard's first published work, 'Either/Or'.  While still a member of Heatmiser, Smith recorded 'Either/Or' at various locations around Portland -  Joanna Bolme's house; Smith's own house; Undercover, Inc.; Laundry Rules Recording; and the Heatmiser House - and released it after Heatmiser broke up.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}