Information about plays

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

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

{
    "id": 3604806,
    "uri": "https://api.kexp.org/v2/plays/3604806/?format=api",
    "airdate": "2026-01-15T20:31:45-08:00",
    "show": 65660,
    "show_uri": "https://api.kexp.org/v2/shows/65660/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Small",
    "track_id": "f22f0d2b-c9c8-4796-b0b9-8f7e46fe615c",
    "recording_id": "4a17f974-1f2a-4a19-87fd-9b3326bfa4f2",
    "artist": "PONZI",
    "artist_ids": [
        "84fc63bb-d3b3-4d49-bcba-cdc4f1ab7d8b"
    ],
    "album": "A Long Way Through",
    "release_id": "a82ce09d-2813-4bfa-9a2c-25d6adb068ef",
    "release_group_id": "aa342a2f-8a5b-4763-8d01-bb5b3f9e1b83",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A Long Way Through\" is the debut EP from  Seattle band PONZI, featuring alternating lead vocals between Roger Clemens and Liv Victorino. : https://ponziofficial.bandcamp.com/album/a-long-way-through-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}