Information about plays

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

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

{
    "id": 3641166,
    "uri": "https://api.kexp.org/v2/plays/3641166/?format=api",
    "airdate": "2026-04-12T11:29:34-07:00",
    "show": 66433,
    "show_uri": "https://api.kexp.org/v2/shows/66433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lucky King Prawn",
    "track_id": null,
    "recording_id": null,
    "artist": "Frank Hurricane",
    "artist_ids": [
        "5b1ab821-1274-4222-b579-fe04c5e879bb"
    ],
    "album": "Southern Shrymp in the Big City",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nudie"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The North Carolinan is playing Oakland on 6/5 and joining Karl Blau 6/8-6/14 to play all over Washington with dates in Olympia, Seattle, Everett, Edison, Bellingham, Anacortes and Spokane.\nhttps://hurricanesoflove.bandcamp.com/album/southern-shrymp-in-the-big-city",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}