Information about plays

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

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

{
    "id": 3595893,
    "uri": "https://api.kexp.org/v2/plays/3595893/?format=api",
    "airdate": "2025-12-25T15:09:30-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Hope I Sell a Lot of Records at Christmastime",
    "track_id": "ea7747e2-d6f9-3573-8984-0eee7a317948",
    "recording_id": "bcfe493b-131f-43f5-91ff-a4fea38810a5",
    "artist": "Princess Superstar",
    "artist_ids": [
        "1524122d-ad9d-48e8-9d02-f7eaef15bef9"
    ],
    "album": "Last of the Great 20th Century Composers",
    "release_id": "90019e6a-7166-4f1c-8d37-b874aadde8ce",
    "release_group_id": "4a8a73e3-ba70-3bd6-8fb3-e106c3fa4aad",
    "labels": [
        "The Corrupt Conglomerate"
    ],
    "label_ids": [
        "7079fc57-7660-47e5-92d7-397c90412c47"
    ],
    "release_date": "2000-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rapper, DJ, songwriter, and celebrity presence Princess Superstar cultivates an eclectic blend of sample-based hip-hop, electro, and electronic sounds, topped off by her one-of-a-kind swagger. --Allmusic https://tinyurl.com/8yeb6kn8\n\nhttps://princesssuperstar.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}