Information about plays

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

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

{
    "id": 3547924,
    "uri": "https://api.kexp.org/v2/plays/3547924/?format=api",
    "airdate": "2025-09-02T08:52:18-07:00",
    "show": 64453,
    "show_uri": "https://api.kexp.org/v2/shows/64453/?format=api",
    "image_uri": "https://ia801501.us.archive.org/21/items/mbid-ba89ed75-a89b-4e63-8737-3eae4f51f524/mbid-ba89ed75-a89b-4e63-8737-3eae4f51f524-4522000308_thumb500.jpg",
    "thumbnail_uri": "https://ia801501.us.archive.org/21/items/mbid-ba89ed75-a89b-4e63-8737-3eae4f51f524/mbid-ba89ed75-a89b-4e63-8737-3eae4f51f524-4522000308_thumb250.jpg",
    "song": "Tahitian Moon",
    "track_id": "75b25d44-458e-3370-94c4-936a21be4bdd",
    "recording_id": "62473bbd-76bb-442c-8ee8-2c4bfac4850d",
    "artist": "Porno for Pyros",
    "artist_ids": [
        "211ee5ca-67e3-4845-8313-6e6cbab95b1b"
    ],
    "album": "Good God's Urge",
    "release_id": "ba89ed75-a89b-4e63-8737-3eae4f51f524",
    "release_group_id": "8014bc89-7534-382b-a03e-56495a91d620",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1996-05-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song was inspired by a real-life incident involving lead singer Perry Farrell. During a surf trip to Tahiti, Farrell’s manager went missing while surfing. Farrell set out in a rickety canoe to find him but ended up stranded at sea himself. He spent hours drifting and contemplating his fate before eventually washing ashore. This harrowing experience is reflected in the lyrics, particularly the line, \"I don’t know if I’ll make it home tonight\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}