Information about plays

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

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

{
    "id": 3543879,
    "uri": "https://api.kexp.org/v2/plays/3543879/?format=api",
    "airdate": "2025-08-23T19:27:04-07:00",
    "show": 64369,
    "show_uri": "https://api.kexp.org/v2/shows/64369/?format=api",
    "image_uri": "https://ia803402.us.archive.org/34/items/mbid-c3231192-b678-4cc9-90f3-de5812f82993/mbid-c3231192-b678-4cc9-90f3-de5812f82993-21784500863_thumb500.jpg",
    "thumbnail_uri": "https://ia903402.us.archive.org/34/items/mbid-c3231192-b678-4cc9-90f3-de5812f82993/mbid-c3231192-b678-4cc9-90f3-de5812f82993-21784500863_thumb250.jpg",
    "song": "Miss Hell",
    "track_id": "aa849a68-f073-305c-9826-8c9ec686c190",
    "recording_id": "22f965d6-cc41-435e-84eb-ff91eb1ab213",
    "artist": "Calamity Jane",
    "artist_ids": [
        "a7ca17c4-b1a8-4801-bd19-e813e1ae39b1"
    ],
    "album": "Martha Jane Cannary",
    "release_id": "c3231192-b678-4cc9-90f3-de5812f82993",
    "release_group_id": "4c4ea1e1-ab7e-3c34-8ddf-8b1a0c40a7dc",
    "labels": [],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Keeping the classic punk going with Portland's Calamity Jane!\n\nhttps://www.calamityjanelex.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}