Information about plays

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

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

{
    "id": 3550372,
    "uri": "https://api.kexp.org/v2/plays/3550372/?format=api",
    "airdate": "2025-09-08T08:18:35-07:00",
    "show": 64508,
    "show_uri": "https://api.kexp.org/v2/shows/64508/?format=api",
    "image_uri": "https://ia600209.us.archive.org/0/items/mbid-f1a301d4-09b3-37d2-822c-df5a8de46599/mbid-f1a301d4-09b3-37d2-822c-df5a8de46599-9706550616_thumb500.jpg",
    "thumbnail_uri": "https://ia800209.us.archive.org/0/items/mbid-f1a301d4-09b3-37d2-822c-df5a8de46599/mbid-f1a301d4-09b3-37d2-822c-df5a8de46599-9706550616_thumb250.jpg",
    "song": "No One Knows",
    "track_id": "5ba31071-dfcc-3b2c-b38a-59212cd264ec",
    "recording_id": "d0978fcd-b309-4143-bb40-ee60a6e84d15",
    "artist": "Screaming Trees",
    "artist_ids": [
        "bc5e6e42-73ba-44fa-a41e-3379402f0429"
    ],
    "album": "Sweet Oblivion",
    "release_id": "f1a301d4-09b3-37d2-822c-df5a8de46599",
    "release_group_id": "3ed0f3e2-aef3-39c4-86e7-b1e9dc80a52c",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Off the album of the week: Sweet Oblivion!\n\nSweet Oblivion is the sixth studio album by the Washington-originating grunge band Screaming Trees.\n\nRead a tribute to the band's vocalist Mark Lanegan and find his KEXP studio sessions and more: https://www.kexp.org/read/2022/2/22/rip-mark-lanegan/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}