Information about plays

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

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

{
    "id": 3596074,
    "uri": "https://api.kexp.org/v2/plays/3596074/?format=api",
    "airdate": "2025-12-26T01:43:52-08:00",
    "show": 65475,
    "show_uri": "https://api.kexp.org/v2/shows/65475/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Insects (Bonus)",
    "track_id": "cc493aff-d0c1-4a3a-aba1-81093d8cc82c",
    "recording_id": "2aa8ab0f-45af-4c79-87bc-a75cb3478f92",
    "artist": "The xx",
    "artist_ids": [
        "c5c2ea1c-4bde-4f4d-bd0b-47b200bf99d6"
    ],
    "album": "xx (Deluxe)",
    "release_id": "8e12a163-d952-4ce2-a34b-fc3fb484455f",
    "release_group_id": "23355caf-a543-4b5f-80fe-449101868fc1",
    "labels": [
        "Young"
    ],
    "label_ids": [
        "78cd137b-d2d4-4259-bf25-351d15e7de25"
    ],
    "release_date": "2009-11-18",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The xx just re-released their critically-acclaimed debut album this week as a deluxe edition featuring extra bonus tracks and covers.\n\nhttps://thexx.bandcamp.com/album/xx-deluxe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}