Information about plays

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

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

{
    "id": 3588892,
    "uri": "https://api.kexp.org/v2/plays/3588892/?format=api",
    "airdate": "2025-12-09T11:33:28-08:00",
    "show": 65331,
    "show_uri": "https://api.kexp.org/v2/shows/65331/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "With My Girl",
    "track_id": "3deb0f7a-62bc-42e8-8c7d-024d1cdb2ee5",
    "recording_id": "1a053b33-0247-40fc-8d9a-d35aa31aa224",
    "artist": "Packaging",
    "artist_ids": [
        "310ac711-027b-4eea-833b-0b04d72f82ea"
    ],
    "album": "Packaging",
    "release_id": "ba08eedb-ac44-4a4d-9c24-14a85e95684e",
    "release_group_id": "3945d4aa-a342-42c4-bacb-9385b51e1c98",
    "labels": [
        "Share It Music"
    ],
    "label_ids": [
        "019f6f42-4804-4cd4-bdc5-9388c416c7c4"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Packaging, the duo of Seattle's Daniel Lyon (Spirit Award) and Denver's Daniel \"Connor\" Birch (Flaural), will be LIVE on KEXP next Monday, December 15th, at 3:00 p.m. \n--\nThey are performing at Easy Street Records in Seattle the night before, Sunday, December 14th, at 5:00 p.m.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}