Information about plays

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

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

{
    "id": 3667371,
    "uri": "https://api.kexp.org/v2/plays/3667371/?format=api",
    "airdate": "2026-06-13T13:53:29-07:00",
    "show": 66978,
    "show_uri": "https://api.kexp.org/v2/shows/66978/?format=api",
    "image_uri": "https://dn710701.ca.archive.org/0/items/mbid-22207c85-9568-30a2-bafa-cdc47e24d7bb/mbid-22207c85-9568-30a2-bafa-cdc47e24d7bb-5751931666_thumb500.jpg",
    "thumbnail_uri": "https://dn710701.ca.archive.org/0/items/mbid-22207c85-9568-30a2-bafa-cdc47e24d7bb/mbid-22207c85-9568-30a2-bafa-cdc47e24d7bb-5751931666_thumb250.jpg",
    "song": "Jackson",
    "track_id": "b1ce5217-6181-3401-a849-3831918d9365",
    "recording_id": "dd735720-3148-488f-af69-10fb2cc2e25d",
    "artist": "Johnny Cash feat. June Carter Cash",
    "artist_ids": [
        "4ee75011-678b-46e0-b8e1-8ef47e5b7379",
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "At Folsom Prison",
    "release_id": "22207c85-9568-30a2-bafa-cdc47e24d7bb",
    "release_group_id": "6b4ea595-3378-3019-be5f-058412670791",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1968 Johnny Cash performed two shows at Folsom State Prison backed by June Carter, Carl Perkins, and the Tennessee Three.  Despite little initial investment by Columbia, Johnny Cash at Folsom Prison was a hit in the United States, reaching number one on the country charts and the top 15 of the national album chart.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}