Information about plays

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

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

{
    "id": 3587599,
    "uri": "https://api.kexp.org/v2/plays/3587599/?format=api",
    "airdate": "2025-12-06T14:21:46-08:00",
    "show": 65305,
    "show_uri": "https://api.kexp.org/v2/shows/65305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hurricane Heart",
    "track_id": "93e59e65-3d72-4eef-b269-a8830fae9c44",
    "recording_id": "721e30cd-feb4-462a-ba9f-1aa03723d4d0",
    "artist": "The Mary Onettes",
    "artist_ids": [
        "4bd3c8e2-bfbb-4d61-8fdf-891d672c28da"
    ],
    "album": "SWORN",
    "release_id": "53ef1977-735c-44af-bf39-3391ad689a5a",
    "release_group_id": "df6a30cb-46f9-4b8d-8f82-593671d4899f",
    "labels": [
        "Welfare Sounds & Records"
    ],
    "label_ids": [
        "6ed81223-2ec0-472c-bba4-127f664962f4"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Swedish indie pop darlings The Mary Onettes emerge with their first new full-length album in 12 years and it’s a strong return to their melancholic 80s-steeped sound that blends dream-pop, New Wave, and synth-pop in a manner reminiscent of icons such as New Order, The Cure, and The Smiths.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}