Information about plays

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

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

{
    "id": 3580999,
    "uri": "https://api.kexp.org/v2/plays/3580999/?format=api",
    "airdate": "2025-11-21T10:10:11-08:00",
    "show": 65169,
    "show_uri": "https://api.kexp.org/v2/shows/65169/?format=api",
    "image_uri": "https://dn710701.ca.archive.org/0/items/mbid-1c58971d-35b1-3463-ba07-4668b8f77f99/mbid-1c58971d-35b1-3463-ba07-4668b8f77f99-5758998008_thumb500.jpg",
    "thumbnail_uri": "https://dn710701.ca.archive.org/0/items/mbid-1c58971d-35b1-3463-ba07-4668b8f77f99/mbid-1c58971d-35b1-3463-ba07-4668b8f77f99-5758998008_thumb250.jpg",
    "song": "Weirdo",
    "track_id": "d0cc1637-1687-3f83-b016-d7e4204a4f38",
    "recording_id": "cd3d21dd-7d72-416d-86e0-a4986f6e3c5b",
    "artist": "The Charlatans",
    "artist_ids": [
        "8434409e-baa9-4e12-b4aa-566a91c7d7cf"
    ],
    "album": "Between 10th and 11th",
    "release_id": "1c58971d-35b1-3463-ba07-4668b8f77f99",
    "release_group_id": "a8e94c11-c07c-393f-ab17-6c5a9c0adfa3",
    "labels": [
        "Situation Two"
    ],
    "label_ids": [
        "b2eebd87-811e-48d1-9968-8e20eeecfcab"
    ],
    "release_date": "1992-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Charlatans played Live on KEXP in 2023, and their set included \"Weirdo.\" Check out video of the full performance, and interview with Cheryl Waters, here: https://www.youtube.com/watch?v=P44r4l2CK-Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}