Information about plays

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

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

{
    "id": 3603854,
    "uri": "https://api.kexp.org/v2/plays/3603854/?format=api",
    "airdate": "2026-01-13T13:09:46-08:00",
    "show": 65641,
    "show_uri": "https://api.kexp.org/v2/shows/65641/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "L.U.C.K.Y",
    "track_id": "4647720b-41b3-4eaa-9006-c512296bcf40",
    "recording_id": "65f6b1e9-2ea9-4392-85dc-eb2b29160d44",
    "artist": "Fcukers",
    "artist_ids": [
        "5e23e428-d9f5-4679-bd7c-8254d6f0a437"
    ],
    "album": "Ö",
    "release_id": "b52384b1-fbbf-4ba3-8a83-cf10969e3b5f",
    "release_group_id": "2a639b6c-bdea-42d6-b2c4-195f38b9dc55",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2026-03-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"L.U.C.K.Y\" is a single off of Fcukers debut album, \"Ö\", set to drop late March of this year!\n\nListen to the other singles and pre-save the album here:\nhttps://fcukers.bandcamp.com/album/-",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}