Information about plays

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

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

{
    "id": 3612695,
    "uri": "https://api.kexp.org/v2/plays/3612695/?format=api",
    "airdate": "2026-02-03T12:36:30-08:00",
    "show": 65830,
    "show_uri": "https://api.kexp.org/v2/shows/65830/?format=api",
    "image_uri": "https://dn710608.ca.archive.org/0/items/mbid-1e0cda00-ae37-473e-b533-8992266e3176/mbid-1e0cda00-ae37-473e-b533-8992266e3176-23056722278_thumb500.jpg",
    "thumbnail_uri": "https://dn710608.ca.archive.org/0/items/mbid-1e0cda00-ae37-473e-b533-8992266e3176/mbid-1e0cda00-ae37-473e-b533-8992266e3176-23056722278_thumb250.jpg",
    "song": "Scarlet Begonias",
    "track_id": "02383822-6954-3e16-96ed-bb7ecf840346",
    "recording_id": "b4bf21f8-4749-4a2f-8844-feaaee2947d2",
    "artist": "Grateful Dead",
    "artist_ids": [
        "6faa7ca7-0d99-4a5e-bfa6-1fd5037520c6"
    ],
    "album": "From the Mars Hotel",
    "release_id": "1e0cda00-ae37-473e-b533-8992266e3176",
    "release_group_id": "4994cbe4-228f-3f20-b519-8957d4c19ee4",
    "labels": [
        "Grateful Dead Records"
    ],
    "label_ids": [
        "6864bcce-2b7e-40f6-9391-6732f4e181c5"
    ],
    "release_date": "1974-06-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., guitarist and founding member Bob Weir, who died last month at the age of 78: https://www.theguardian.com/music/2026/jan/11/bob-weir-obituary\n--\nThe song was written by Grateful Dead lyricist Robert Hunter and guitarist/vocalist Jerry Garcia. It's a fan favorite that the band performed at least 316 times in concert.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}