Information about plays

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

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

{
    "id": 3551615,
    "uri": "https://api.kexp.org/v2/plays/3551615/?format=api",
    "airdate": "2025-09-11T07:04:32-07:00",
    "show": 64532,
    "show_uri": "https://api.kexp.org/v2/shows/64532/?format=api",
    "image_uri": "https://ia801207.us.archive.org/3/items/mbid-f92e24b3-1af8-4fcc-957f-7936c0f3ae74/mbid-f92e24b3-1af8-4fcc-957f-7936c0f3ae74-11647834341_thumb500.jpg",
    "thumbnail_uri": "https://ia801207.us.archive.org/3/items/mbid-f92e24b3-1af8-4fcc-957f-7936c0f3ae74/mbid-f92e24b3-1af8-4fcc-957f-7936c0f3ae74-11647834341_thumb250.jpg",
    "song": "The Last Beat of My Heart",
    "track_id": "af71e1fb-c01f-3aa0-81cc-f0c86dcefdff",
    "recording_id": "ae1c6832-c9eb-4c19-b0ca-602a1e5120b1",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Peepshow",
    "release_id": "f92e24b3-1af8-4fcc-957f-7936c0f3ae74",
    "release_group_id": "04c7320f-7f3e-3b00-8256-a708923eac58",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the official video here: \nhttps://www.youtube.com/watch?v=yXDkbDxbcxU\n--\nIn 2021, Spin rated 'The Last Beat of My Heart' #25 in their list of Best Alt-Rock Love Songs: https://www.spin.com/2021/02/the-50-best-alt-rock-love-songs/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}