Information about plays

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

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

{
    "id": 3595861,
    "uri": "https://api.kexp.org/v2/plays/3595861/?format=api",
    "airdate": "2025-12-25T13:33:42-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Can You Get A Wookie For Christmas?",
    "track_id": null,
    "recording_id": "0c4a4536-869b-46e6-8ec1-c711b1126454",
    "artist": "Meco",
    "artist_ids": [
        "420f0b7c-29da-45f5-a365-fce07fb59c25"
    ],
    "album": "Christmas in the Stars: Star Wars Christmas Album",
    "release_id": null,
    "release_group_id": "102db62a-d058-39f0-b0db-0d69250c6c4d",
    "labels": [
        "RSO"
    ],
    "label_ids": [],
    "release_date": "1980-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "10 Things You Didn't Know About \"Christmas in the Stars\" (assuming you knew anything about this 1980 album, at all): https://www.starwars.com/news/10-things-about-christmas-in-the-stars\n\nhttps://www.discogs.com/release/489149-The-Original-Cast-R2-D2-Anthony-Daniels-2-As-C-3PO-Christmas-In-The-Stars-Star-Wars-Christmas-Album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}