Information about plays

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

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

{
    "id": 3545798,
    "uri": "https://api.kexp.org/v2/plays/3545798/?format=api",
    "airdate": "2025-08-28T07:49:26-07:00",
    "show": 64408,
    "show_uri": "https://api.kexp.org/v2/shows/64408/?format=api",
    "image_uri": "https://ia803206.us.archive.org/0/items/mbid-87ed2462-3ba6-499d-ad00-0994f78e66a3/mbid-87ed2462-3ba6-499d-ad00-0994f78e66a3-40468425664_thumb500.jpg",
    "thumbnail_uri": "https://ia803206.us.archive.org/0/items/mbid-87ed2462-3ba6-499d-ad00-0994f78e66a3/mbid-87ed2462-3ba6-499d-ad00-0994f78e66a3-40468425664_thumb250.jpg",
    "song": "Sexy Clown",
    "track_id": "a7fcb442-3e82-44f0-a101-18f719932ca5",
    "recording_id": "468789b5-85c2-4af4-953b-d0acde269bf8",
    "artist": "Marie Davidson",
    "artist_ids": [
        "5e864744-89b6-4da8-b463-3ed601c22d8c"
    ],
    "album": "City of Clowns",
    "release_id": "87ed2462-3ba6-499d-ad00-0994f78e66a3",
    "release_group_id": "8b470b51-eeaf-4ff6-b96a-e1f5a1f97385",
    "labels": [
        "Deewee"
    ],
    "label_ids": [
        "6c61c176-770f-44aa-a977-bade7dff5c76"
    ],
    "release_date": "2025-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off of Marie Davidson's recently released sixth studio album, ‘City Of Clowns.’ \n\nKnown for her unique vocal style and eclectic sound, Marie Davidson combines striking synths, powerful rhythms and striking lyrics at her live performances. Davidson has created an impressive catalogue of music under her own name and with her Essaie Pas project over a career spanning more than a decade.\n\nhttps://mariedavidson.bandcamp.com/\n\nhttps://www.deeweestudio.com/marie-davidson",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}