Information about plays

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

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

{
    "id": 3548824,
    "uri": "https://api.kexp.org/v2/plays/3548824/?format=api",
    "airdate": "2025-09-04T12:08:55-07:00",
    "show": 64471,
    "show_uri": "https://api.kexp.org/v2/shows/64471/?format=api",
    "image_uri": "https://dn721900.ca.archive.org/0/items/mbid-786457c0-7a1f-4fa5-b110-9b5940757415/mbid-786457c0-7a1f-4fa5-b110-9b5940757415-42715526216_thumb500.jpg",
    "thumbnail_uri": "https://dn721900.ca.archive.org/0/items/mbid-786457c0-7a1f-4fa5-b110-9b5940757415/mbid-786457c0-7a1f-4fa5-b110-9b5940757415-42715526216_thumb250.jpg",
    "song": "Little Stick",
    "track_id": "483b326e-722d-462c-99e2-a86b7ec4e30e",
    "recording_id": "a3067eff-2dca-4bd2-8002-8622296e8194",
    "artist": "The Whags",
    "artist_ids": [
        "6c9e7aee-e3c2-409f-8d52-10bf851677e5"
    ],
    "album": "All Along the Water There’s a Mountain Song",
    "release_id": "786457c0-7a1f-4fa5-b110-9b5940757415",
    "release_group_id": "4be46dbb-465e-4772-b7a4-e704df57261f",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-08-08",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's The Whags casts a wide net over Americana, replete with southern-rock guitar licks, the dual vocals of bluegrass, and the same enchanting aura of classic jam bands. Their sophomore album, 'All Along the Water There's a Mountain Song' was released August 8th.\n\nhttps://thewhags.bandcamp.com/album/all-along-the-water-theres-a-mountain-song\n\nhttps://thewhags.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}