Information about plays

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

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

{
    "id": 3522976,
    "uri": "https://api.kexp.org/v2/plays/3522976/?format=api",
    "airdate": "2025-07-05T13:15:45-07:00",
    "show": 63928,
    "show_uri": "https://api.kexp.org/v2/shows/63928/?format=api",
    "image_uri": "https://dn721903.ca.archive.org/0/items/mbid-430e0368-1bbf-44f0-a7b0-cd3cd7531345/mbid-430e0368-1bbf-44f0-a7b0-cd3cd7531345-41888193299_thumb500.jpg",
    "thumbnail_uri": "https://dn721903.ca.archive.org/0/items/mbid-430e0368-1bbf-44f0-a7b0-cd3cd7531345/mbid-430e0368-1bbf-44f0-a7b0-cd3cd7531345-41888193299_thumb250.jpg",
    "song": "Hold",
    "track_id": "848c74ac-30c9-43da-99a3-3d6b2e3e1162",
    "recording_id": "ce5ae165-2787-4d51-94b2-32a6540fff66",
    "artist": "Garbage",
    "artist_ids": [
        "f9ef7a22-4262-4596-a2a8-1d19345b8e50"
    ],
    "album": "Let All That We Imagine Be the Light",
    "release_id": "430e0368-1bbf-44f0-a7b0-cd3cd7531345",
    "release_group_id": "0f1a1b9a-93be-4ac8-8b62-48deef45c59d",
    "labels": [
        "Infectious Music"
    ],
    "label_ids": [
        "24d170a0-dfd0-404c-acbc-842ca2b213a6"
    ],
    "release_date": "2025-05-30",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Garbage just released their eighth studio album Let All That We Imagine Be the Light!\n\nShows:\n-Oct 15 at Paramount Theatre\n-Oct 18 at Knitting Factory Spokane, WA\n-Oct 21 McMenamins Crystal Ballroom Portland, OR\n-Oct 24 at The Warfield San Francisco, CA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}