Information about plays

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

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

{
    "id": 3551281,
    "uri": "https://api.kexp.org/v2/plays/3551281/?format=api",
    "airdate": "2025-09-10T11:35:20-07:00",
    "show": 64525,
    "show_uri": "https://api.kexp.org/v2/shows/64525/?format=api",
    "image_uri": "https://ia800805.us.archive.org/31/items/mbid-4171a047-6b80-4b8e-b633-5ec4536ed354/mbid-4171a047-6b80-4b8e-b633-5ec4536ed354-21321066750_thumb500.jpg",
    "thumbnail_uri": "https://ia800805.us.archive.org/31/items/mbid-4171a047-6b80-4b8e-b633-5ec4536ed354/mbid-4171a047-6b80-4b8e-b633-5ec4536ed354-21321066750_thumb250.jpg",
    "song": "There Goes the Fear",
    "track_id": "52db169a-2bfc-3dee-a065-c45cbef61407",
    "recording_id": "1edae9b3-2709-4e02-8a30-82ee3a1cbeb5",
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "The Last Broadcast",
    "release_id": "4171a047-6b80-4b8e-b633-5ec4536ed354",
    "release_group_id": "91b37425-6d27-3cbc-b8a4-589e44cd968f",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2002-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Twin brothers Jex and Andy Williams formed Doves in Manchester back in 98. \n\"There Goes the Fear\" was the lead single off this album, 'The Last Broadcast,' which hit #1 on the UK charts in 2002.\nDrummer and founding band member Andy Williams shares of the songwriting process: \n\"I can build something out of this, around regret and taking responsibility for the way your life has gone, that you must move on.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}