Information about plays

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

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

{
    "id": 3569957,
    "uri": "https://api.kexp.org/v2/plays/3569957/?format=api",
    "airdate": "2025-10-25T21:10:35-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "https://ia801909.us.archive.org/12/items/mbid-0b576792-0bfa-394e-81d6-bb16b77d6fae/mbid-0b576792-0bfa-394e-81d6-bb16b77d6fae-3772602552_thumb500.jpg",
    "thumbnail_uri": "https://ia801909.us.archive.org/12/items/mbid-0b576792-0bfa-394e-81d6-bb16b77d6fae/mbid-0b576792-0bfa-394e-81d6-bb16b77d6fae-3772602552_thumb250.jpg",
    "song": "Human Fly",
    "track_id": "ee28f758-be48-31cd-97d3-8361fe124534",
    "recording_id": "61699847-7d07-4258-a563-d87926aa8d48",
    "artist": "The Cramps",
    "artist_ids": [
        "96c1edac-1011-4cb8-882c-27248de35071"
    ],
    "album": "Bad Music for Bad People",
    "release_id": "0b576792-0bfa-394e-81d6-bb16b77d6fae",
    "release_group_id": "69690b69-e764-3291-9261-2944b63106a5",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Cramps had a tradition of playing annual Halloween shows, particularly in cities like San Francisco, from roughly 1988 to 2006.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}