Information about plays

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

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

{
    "id": 3626398,
    "uri": "https://api.kexp.org/v2/plays/3626398/?format=api",
    "airdate": "2026-03-07T13:53:56-08:00",
    "show": 66118,
    "show_uri": "https://api.kexp.org/v2/shows/66118/?format=api",
    "image_uri": "https://dn720902.ca.archive.org/0/items/mbid-50a3e694-1fd1-4417-86e9-06fb87a8bb74/mbid-50a3e694-1fd1-4417-86e9-06fb87a8bb74-18224514845_thumb500.jpg",
    "thumbnail_uri": "https://dn720902.ca.archive.org/0/items/mbid-50a3e694-1fd1-4417-86e9-06fb87a8bb74/mbid-50a3e694-1fd1-4417-86e9-06fb87a8bb74-18224514845_thumb250.jpg",
    "song": "Sing",
    "track_id": "534131d4-e57d-37fc-9d42-f8ee31c567e1",
    "recording_id": "0d6d7b66-69b2-47aa-a78c-aaf35e5a629d",
    "artist": "Travis",
    "artist_ids": [
        "22a40b75-affc-4e69-8884-266d087e4751"
    ],
    "album": "The Invisible Band",
    "release_id": "50a3e694-1fd1-4417-86e9-06fb87a8bb74",
    "release_group_id": "5c87e1b5-1d55-381f-a648-dce879a59c33",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2001-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Scottish band Travis released “Sing” on their 2001 album The Invisible Band, leaning into the warm acoustic pop sound that helped define early-2000s British indie. And if you're thinking about that next PNW camping trip, you’ve still got a few minutes to grab the Cozy Camping Combo — a crewneck sweatshirt and camping cup at kexp.org/donate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}