Information about plays

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

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

{
    "id": 3595275,
    "uri": "https://api.kexp.org/v2/plays/3595275/?format=api",
    "airdate": "2025-12-24T08:17:29-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "https://coverartarchive.org/release/8ecf178e-5039-39b9-883a-3edbacbd732e/4870397687-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8ecf178e-5039-39b9-883a-3edbacbd732e/4870397687-250.jpg",
    "song": "Come On! Let’s Boogey to the Elf Dance!",
    "track_id": null,
    "recording_id": "a3a69644-fdfd-48ad-9540-0b2f529ff19b",
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Songs for Christmas",
    "release_id": null,
    "release_group_id": "a3cac6e5-1c69-3807-80d3-7380c8539965",
    "labels": [
        "Asthmatic Kitty Records"
    ],
    "label_ids": [
        "e56c2bce-416f-4ddf-aee0-be2b3eee4067"
    ],
    "release_date": "2006-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sufjan Stevens is a multi-disciplinarian and record label owner living and operating in NYC.\n\n\"Recording traditional favorites alongside unique originals, Sufjan has, over the course of five years, constructed an odd, impressive, and compelling collection of Christmas hits (and some misses) that will either warm your heart or make you throw up eggnog all over the bath mat (depending on your constitution).\" https://sufjanstevens.bandcamp.com\n\nhttps://asthmatickitty.com/artists/sufjan-stevens/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}