Information about plays

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

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

{
    "id": 3622958,
    "uri": "https://api.kexp.org/v2/plays/3622958/?format=api",
    "airdate": "2026-02-27T10:25:23-08:00",
    "show": 66043,
    "show_uri": "https://api.kexp.org/v2/shows/66043/?format=api",
    "image_uri": "https://ia801601.us.archive.org/23/items/mbid-d9e40dbb-bf22-4dd7-b06c-6b5d2e02f18e/mbid-d9e40dbb-bf22-4dd7-b06c-6b5d2e02f18e-35698255114_thumb500.jpg",
    "thumbnail_uri": "https://dn721600.ca.archive.org/0/items/mbid-d9e40dbb-bf22-4dd7-b06c-6b5d2e02f18e/mbid-d9e40dbb-bf22-4dd7-b06c-6b5d2e02f18e-35698255114_thumb250.jpg",
    "song": "Eyes Open",
    "track_id": "1671d3f5-d934-3091-8693-38b99fbba66a",
    "recording_id": "f2af948f-df87-43c7-a5ec-6f0a8285efcf",
    "artist": "Gossip",
    "artist_ids": [
        "0f96c38b-8e21-4571-afe0-cb11196a8acd"
    ],
    "album": "Standing in the Way of Control",
    "release_id": "d9e40dbb-bf22-4dd7-b06c-6b5d2e02f18e",
    "release_group_id": "5ab9155e-c4a6-4cd3-a728-f1f181e74b1c",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2006-01-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Eyes Open\" comes from the Olympia-born band's 2006 album, Standing in the Way of Control. \n\nCheck out this 2024 interview with Beth Ditto of Gossip from KEXP's A Deeper Listen podcast: https://kexp.org/podcasts/a-deeper-listen/2024/5/23/the-rise-of-olympias-gossip/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}