Information about plays

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

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

{
    "id": 3563084,
    "uri": "https://api.kexp.org/v2/plays/3563084/?format=api",
    "airdate": "2025-10-09T15:37:51-07:00",
    "show": 64788,
    "show_uri": "https://api.kexp.org/v2/shows/64788/?format=api",
    "image_uri": "https://ia601609.us.archive.org/32/items/mbid-22207c85-9568-30a2-bafa-cdc47e24d7bb/mbid-22207c85-9568-30a2-bafa-cdc47e24d7bb-5751931666_thumb500.jpg",
    "thumbnail_uri": "https://ia601609.us.archive.org/32/items/mbid-22207c85-9568-30a2-bafa-cdc47e24d7bb/mbid-22207c85-9568-30a2-bafa-cdc47e24d7bb-5751931666_thumb250.jpg",
    "song": "Folsom Prison Blues",
    "track_id": "647f9578-b0b4-3e2f-b2ad-51936e78d6b6",
    "recording_id": "ff31ce16-328a-4032-83ba-bcc3aba920ce",
    "artist": "Johnny Cash",
    "artist_ids": [
        "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": "#159 on YOUR countdown of listener favorites..\n--\nCash held two performances at Folsom Prison on January 13, 1968, at 9:40 am and 12:40 pm, in case the first one wasn't satisfactory. MC Hugh Cherry introduced the event and encouraged the inmates to respond to Cash's performance.  Learn more here; https://folsomcasharttrail.com/the-trail/blog/why-did-johnny-cash-play-at-folsom-prison",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}