Information about plays

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

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

{
    "id": 3557305,
    "uri": "https://api.kexp.org/v2/plays/3557305/?format=api",
    "airdate": "2025-09-24T20:02:15-07:00",
    "show": 64652,
    "show_uri": "https://api.kexp.org/v2/shows/64652/?format=api",
    "image_uri": "https://ia800502.us.archive.org/21/items/mbid-1b6af595-5865-4f7c-9b26-0e6ae8c2f133/mbid-1b6af595-5865-4f7c-9b26-0e6ae8c2f133-14712477949_thumb500.jpg",
    "thumbnail_uri": "https://ia800502.us.archive.org/21/items/mbid-1b6af595-5865-4f7c-9b26-0e6ae8c2f133/mbid-1b6af595-5865-4f7c-9b26-0e6ae8c2f133-14712477949_thumb250.jpg",
    "song": "Whoever You Are",
    "track_id": "65342836-bb04-3f2c-9039-983d3a1d6060",
    "recording_id": "b2fad800-6e53-41a4-9bff-c93447280e2a",
    "artist": "The Brian Jonestown Massacre",
    "artist_ids": [
        "381e8434-109a-439c-8acc-5d328359f2e0"
    ],
    "album": "Give It Back!",
    "release_id": "1b6af595-5865-4f7c-9b26-0e6ae8c2f133",
    "release_group_id": "8dc8dafb-8c4e-337b-902a-04882db0c583",
    "labels": [
        "BOMP Records"
    ],
    "label_ids": [
        "43468682-b489-4e05-841e-f5a6edd9b5d3"
    ],
    "release_date": "1997-08-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Let me take you down to the place I'm going\nMore than treasures founded, just been knowing you\n\nYou can show me what is real\nReally free\n\nLet me take you down to the place I′m going\nMore than treasures founded, just been knowing you\n\nBut it's getting late, I must be going",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}