Information about plays

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

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

{
    "id": 3554044,
    "uri": "https://api.kexp.org/v2/plays/3554044/?format=api",
    "airdate": "2025-09-17T04:16:32-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://ia601602.us.archive.org/31/items/mbid-9487b952-676f-4986-a701-6c9f27b554da/mbid-9487b952-676f-4986-a701-6c9f27b554da-5977221288_thumb500.jpg",
    "thumbnail_uri": "https://ia801602.us.archive.org/31/items/mbid-9487b952-676f-4986-a701-6c9f27b554da/mbid-9487b952-676f-4986-a701-6c9f27b554da-5977221288_thumb250.jpg",
    "song": "Free Bobby Now",
    "track_id": "38c8feb9-2ebd-378f-b765-146f33964cf2",
    "recording_id": "88f92b03-1589-4c5e-82b6-4b8f49578d7a",
    "artist": "The Lumpen",
    "artist_ids": [
        "33e3d9a0-c92d-4911-b123-73a0e8879b9d"
    ],
    "album": "Listen Whitey! The Sounds of Black Power 1967-1974",
    "release_id": "2b9578cd-7350-4a77-b86c-c65c069a1680",
    "release_group_id": "90cc684e-4155-4854-8363-9298406ad0c3",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2012-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Lumpen were the Black Panther Party's house band. They made this song to protest the incarceration of one of their leaders Bobby Seale.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}