Information about plays

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

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

{
    "id": 3581025,
    "uri": "https://api.kexp.org/v2/plays/3581025/?format=api",
    "airdate": "2025-11-21T11:32:54-08:00",
    "show": 65169,
    "show_uri": "https://api.kexp.org/v2/shows/65169/?format=api",
    "image_uri": "https://ia600105.us.archive.org/14/items/mbid-3e99d83b-1937-43af-be59-88e4253d5d67/mbid-3e99d83b-1937-43af-be59-88e4253d5d67-9577907323_thumb500.jpg",
    "thumbnail_uri": "https://dn710607.ca.archive.org/0/items/mbid-3e99d83b-1937-43af-be59-88e4253d5d67/mbid-3e99d83b-1937-43af-be59-88e4253d5d67-9577907323_thumb250.jpg",
    "song": "Back From Somewhere",
    "track_id": "3ded41b4-eec4-3306-9e8c-0144e1e2ffef",
    "recording_id": "ee385c51-ab9a-4446-b85d-0d611228a4d4",
    "artist": "Hüsker Dü",
    "artist_ids": [
        "5c4c90a4-539f-4101-83cf-301bc6a94e06"
    ],
    "album": "Warehouse: Songs and Stories",
    "release_id": "3e99d83b-1937-43af-be59-88e4253d5d67",
    "release_group_id": "c3375e84-7473-3623-8545-889f32cc6f2c",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bob Mould of Hüsker Dü fame will play in Seattle at the Showbox on December 13th! The SMooCH show, also featuring Blondshell, is an annual benefit for uncompensated care at Seattle Children’s Hospital. This  collaboration between Sub Pop Records and KEXP has raised $31 million over the years! \n\nhttps://www.kexp.org/events/kexp-events/smooch-2025/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}