Information about plays

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

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

{
    "id": 3595764,
    "uri": "https://api.kexp.org/v2/plays/3595764/?format=api",
    "airdate": "2025-12-25T08:34:04-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Was Thinking I Could Clean Up for Christmas",
    "track_id": "5a2b9c99-ca29-3487-83b6-edd29cf74fd6",
    "recording_id": "99777186-821e-44c7-9dbd-9fcc37c2debc",
    "artist": "Aimee Mann",
    "artist_ids": [
        "db3c0a20-bf05-4b30-ac22-f294aea24172"
    ],
    "album": "The Forgotten Arm",
    "release_id": "4f27f6bc-4b22-4aef-b1ad-770cf4340819",
    "release_group_id": "07eaafcc-4ba2-350e-8dbd-089df1c146d5",
    "labels": [
        "SuperEgo Records"
    ],
    "label_ids": [
        "8048998d-1859-4333-8f92-ae66aa8b9e73"
    ],
    "release_date": "2005-05-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The penultimate song off of Mann's concept album, \"The Forgotten Arm\".\n\nWhether you listen to Christmas music year-round or only during the holiday season, \"I Was Thinking I Could Clean Up for Christmas\" is a great song. \nhttps://www.youtube.com/watch?v=C2Uu5eBlfjM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}