Information about plays

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

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

{
    "id": 3627662,
    "uri": "https://api.kexp.org/v2/plays/3627662/?format=api",
    "airdate": "2026-03-11T05:25:59-07:00",
    "show": 66150,
    "show_uri": "https://api.kexp.org/v2/shows/66150/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-282c39bb-aebb-4a13-a270-8e3fa8989761/mbid-282c39bb-aebb-4a13-a270-8e3fa8989761-30682273588_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-282c39bb-aebb-4a13-a270-8e3fa8989761/mbid-282c39bb-aebb-4a13-a270-8e3fa8989761-30682273588_thumb250.jpg",
    "song": "Earth, Sun, Moon",
    "track_id": "70e81e23-a9e7-3330-bf61-cafb8a2e19e5",
    "recording_id": "151ee1bc-4fc6-4dce-8881-3b4460566eac",
    "artist": "Love and Rockets",
    "artist_ids": [
        "8cb3aa4a-3b4c-48b8-be0a-e57010fc1430"
    ],
    "album": "Earth · Sun · Moon",
    "release_id": "282c39bb-aebb-4a13-a270-8e3fa8989761",
    "release_group_id": "7e71cdab-b756-30d1-85be-7f300eced481",
    "labels": [],
    "label_ids": [],
    "release_date": "1987-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Members of goth rock band Bauhaus went on to form Love and Rockets, releasing this album in 1987.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}