Information about plays

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

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

{
    "id": 3666750,
    "uri": "https://api.kexp.org/v2/plays/3666750/?format=api",
    "airdate": "2026-06-11T21:38:30-07:00",
    "show": 66963,
    "show_uri": "https://api.kexp.org/v2/shows/66963/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Are You Feeling Sad?",
    "track_id": null,
    "recording_id": "de428ba2-9b26-4315-a369-a6e83bf837f0",
    "artist": "Little Dragon feat. Kali Uchis",
    "artist_ids": [
        "c8a9ae11-63bf-409b-8bf3-a96b3712a2ff",
        "d0c7656d-8169-4f77-9dbe-b8f24e40105d"
    ],
    "album": "Are You Feeling Sad?",
    "release_id": null,
    "release_group_id": "d549dbd5-0da8-45e3-807c-633548d8b326",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2020-03-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Swedish band, Little Dragon said of their track \"Are You Feeling Sad?\" featuring Kali Uchis, \"All of a sudden at the end of last year, this version appeared in our emails like a beautiful Christmas gift. She put her twist on it and gave the track an amazing energy. Did we mention we also love her?!” https://bit.ly/3d9gfoP",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}