Information about plays

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

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

{
    "id": 3594554,
    "uri": "https://api.kexp.org/v2/plays/3594554/?format=api",
    "airdate": "2025-12-22T17:28:06-08:00",
    "show": 65450,
    "show_uri": "https://api.kexp.org/v2/shows/65450/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Night Parts 1,2,3",
    "track_id": null,
    "recording_id": null,
    "artist": "George Winston",
    "artist_ids": [
        "a6b93c3c-88bc-431c-a46c-155dee9371aa"
    ],
    "album": "December",
    "release_id": null,
    "release_group_id": "96c6980a-b804-33eb-b065-eb20f81e38c5",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "George Winston's 1982 tribute to the winter season, \"December\", has sold more than 3 million copies and been certified triple-Platinum by the RIAA. A testament to \"December’s enduring appeal and significance, in 2009 and 2012 - thirty years after its initial release - the album appeared on Billboard’s Top Holiday Albums chart.\n\nhttps://dancingcatrecords.bandcamp.com/album/december",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}