Information about plays

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

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

{
    "id": 3598806,
    "uri": "https://api.kexp.org/v2/plays/3598806/?format=api",
    "airdate": "2026-01-01T11:54:34-08:00",
    "show": 65532,
    "show_uri": "https://api.kexp.org/v2/shows/65532/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "special",
    "track_id": "e21d1202-36ad-412a-8e6e-54d07e07b7e7",
    "recording_id": "aa65cda1-43ea-4217-8d29-5c7b3df273dc",
    "artist": "strongboi",
    "artist_ids": [
        "fbf6f72f-c8dd-465d-b13e-593bfd9a92c7"
    ],
    "album": "ep 1",
    "release_id": "6c5bc2a2-774a-46e9-b019-76826f784319",
    "release_group_id": "82bbd9e1-1353-449b-9383-9d0e0cfbd68e",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-10-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "strongboi Live on KEXP:\n\nyoutube.com/watch?reload=9&v=09R8-QTNDaM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}