Information about plays

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

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

{
    "id": 3595154,
    "uri": "https://api.kexp.org/v2/plays/3595154/?format=api",
    "airdate": "2025-12-24T01:55:49-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Wintertime",
    "track_id": null,
    "recording_id": null,
    "artist": "Say She She",
    "artist_ids": [
        "64dad611-8ada-4696-ac5f-ecb8bf73d51b"
    ],
    "album": "Purple Snowflakes",
    "release_id": null,
    "release_group_id": "d0f77935-ea6e-49df-966a-1c3279ff6e79",
    "labels": [
        "Karma Chief Records"
    ],
    "label_ids": [
        "b2d60533-fdcd-48b1-ad9e-db482053ac35"
    ],
    "release_date": "2024-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The B-side is Say She She's first original Christmas song. 'This Wintertime' is a heartfelt carol composed with love, nostalgia and a room full of kin. The track serves as a reminder that perhaps the greatest gift of all to give during the season is in fact simply a sweet song and to let music will make us merry. https://saysheshe.bandcamp.com/album/purple-snowflakes-this-wintertime",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}