Information about plays

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

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

{
    "id": 3568648,
    "uri": "https://api.kexp.org/v2/plays/3568648/?format=api",
    "airdate": "2025-10-22T20:33:30-07:00",
    "show": 64906,
    "show_uri": "https://api.kexp.org/v2/shows/64906/?format=api",
    "image_uri": "https://ia800209.us.archive.org/15/items/mbid-3504f670-3ee5-4954-b8e1-a6cb28b5af02/mbid-3504f670-3ee5-4954-b8e1-a6cb28b5af02-11904296141_thumb500.jpg",
    "thumbnail_uri": "https://ia800209.us.archive.org/15/items/mbid-3504f670-3ee5-4954-b8e1-a6cb28b5af02/mbid-3504f670-3ee5-4954-b8e1-a6cb28b5af02-11904296141_thumb250.jpg",
    "song": "Panic in Babylon",
    "track_id": "853fe63a-98fa-3d3d-baf2-8c9f1b5237fe",
    "recording_id": "06c48e8d-98b3-473e-87e1-712bf991b81f",
    "artist": "The Brian Jonestown Massacre",
    "artist_ids": [
        "381e8434-109a-439c-8acc-5d328359f2e0"
    ],
    "album": "Aufheben",
    "release_id": "3504f670-3ee5-4954-b8e1-a6cb28b5af02",
    "release_group_id": "87d3e6ea-3cae-48e2-9169-0812fd2e7ea3",
    "labels": [
        "A Records"
    ],
    "label_ids": [
        "5e3c0309-775b-4a4b-a183-b23bbf6da3ab"
    ],
    "release_date": "2012-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The title of the album comes from a German word with several meanings, such as \"to lift up\", \"to abolish\" or \"to preserve\". In philosophy, it is used by Hegel to explain what happens when a thesis and antithesis interact.\n\nhttps://www.thebrianjonestownmassacre.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}