Information about plays

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

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

{
    "id": 3629431,
    "uri": "https://api.kexp.org/v2/plays/3629431/?format=api",
    "airdate": "2026-03-15T18:40:38-07:00",
    "show": 66191,
    "show_uri": "https://api.kexp.org/v2/shows/66191/?format=api",
    "image_uri": "https://coverartarchive.org/release/ed404242-bf57-47c0-9320-3ee9ec1ef0ce/5267813243-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ed404242-bf57-47c0-9320-3ee9ec1ef0ce/5267813243-250.jpg",
    "song": "Electric Lady",
    "track_id": null,
    "recording_id": "e009cbb7-2fce-40fa-aaa8-6d741bdae838",
    "artist": "Janelle Monáe feat. Solange",
    "artist_ids": [
        "ee190f6b-7d98-43ec-b924-da5f8018eca0",
        "410e7fd3-b865-4fa0-bb18-1b7fd53382ca"
    ],
    "album": "The Electric Lady",
    "release_id": null,
    "release_group_id": "c7400a4b-26cc-4720-aadc-e061b86d693a",
    "labels": [
        "Wondaland"
    ],
    "label_ids": [
        "1f9af67b-0ca8-47c1-afcd-1b57ee0696c7"
    ],
    "release_date": "2013-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'The Electric Lady' is the second studio album from Janelle Monáe,and was released in 2013. It consists of the fourth and fifth installments of her seven-part Metropolis concept series. Partly inspired by the 1927 film of the same name, the series involves the fictional tale of Cindi Mayweather, a messianic android sent back in time to free the citizens of Metropolis from The Great Divide, a secret society that uses time travel to suppress freedom and love.\n\nhttps://www.jmonae.com/\nhttps://www.instagram.com/janellemonae/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}