Information about plays

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

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

{
    "id": 3599973,
    "uri": "https://api.kexp.org/v2/plays/3599973/?format=api",
    "airdate": "2026-01-04T03:14:34-08:00",
    "show": 65559,
    "show_uri": "https://api.kexp.org/v2/shows/65559/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Worry",
    "track_id": "aade4992-c145-4354-a64a-34d269924aba",
    "recording_id": "3c2e4e11-2bc5-4919-a32a-aeeceaa3d527",
    "artist": "Songhoy Blues",
    "artist_ids": [
        "acc25e07-3392-437a-b409-ed73b47f3d59"
    ],
    "album": "Optimisme",
    "release_id": "8591aeab-cde0-4018-8fa8-f2a364cb2b3e",
    "release_group_id": "6edde8f8-fce8-4ddf-9ae8-9d334bf5c441",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2020-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In an exclusive set recorded for Live on KEXP at Home, Songhoy Blues performed from a riverbank in Bamako, Mali. The performance included \"Worry.\": https://youtu.be/fMPEK1YHM4w \n \nJohn Richards selected \"Worry\" as the KEXP Song of the Day in 2020. Download it for free here: https://www.kexp.org/podcasts/song-of-the-day/2020/9/2/songhoy-blues-worry/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}