Information about plays

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

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

{
    "id": 3595214,
    "uri": "https://api.kexp.org/v2/plays/3595214/?format=api",
    "airdate": "2025-12-24T05:19:46-08:00",
    "show": 65462,
    "show_uri": "https://api.kexp.org/v2/shows/65462/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Snowstorm",
    "track_id": "78f74eb9-de71-47f7-810f-5c3d304e8eca",
    "recording_id": "af9ef7eb-d622-4ab8-bcfa-3b56a9ac9b8d",
    "artist": "The Raveonettes",
    "artist_ids": [
        "79255a50-40df-447f-9612-2cf669080196"
    ],
    "album": "Snowstorm",
    "release_id": "753d6579-586e-47d7-a2c9-76755be3db8a",
    "release_group_id": "3994f318-edde-40a4-8b45-d959860bdd3e",
    "labels": [
        "Beat Dies Records"
    ],
    "label_ids": [
        "0b616064-b9ba-47ec-b036-0d33e1155850"
    ],
    "release_date": "2020-11-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A fun fact about The Raveonettes' song \"Snowstorm\" is that it was released in November 2020, after a two-year hiatus, and described by the band as an \"early Xmas gift\" to their fans.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}