Information about plays

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

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

{
    "id": 3595746,
    "uri": "https://api.kexp.org/v2/plays/3595746/?format=api",
    "airdate": "2025-12-25T07:41:09-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Someone To Spend Christmas With",
    "track_id": null,
    "recording_id": null,
    "artist": "The Spook School",
    "artist_ids": [
        "451da3af-6af1-4445-aeca-499707ddcaa6"
    ],
    "album": "Someone To Spend Christmas With",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A song about figuring out how you want to conduct your own relationships when it feels like the world is full of conflicting advice about the “best” way to do it. Whether that be monogamy, polyamory or something else. The refrain relates to the ideal of having one important person in your life with whom you’ll always spend your special occasions. Merry Christmas.\"\n\nhttps://thespookschool.bandcamp.com/album/someone-to-spend-christmas-with",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}