Information about plays

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

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

{
    "id": 3542829,
    "uri": "https://api.kexp.org/v2/plays/3542829/?format=api",
    "airdate": "2025-08-21T09:26:30-07:00",
    "show": 64346,
    "show_uri": "https://api.kexp.org/v2/shows/64346/?format=api",
    "image_uri": "https://ia601907.us.archive.org/31/items/mbid-2337f0d9-dc4e-483e-864c-0b92ed369e61/mbid-2337f0d9-dc4e-483e-864c-0b92ed369e61-32828760511_thumb500.jpg",
    "thumbnail_uri": "https://ia801907.us.archive.org/31/items/mbid-2337f0d9-dc4e-483e-864c-0b92ed369e61/mbid-2337f0d9-dc4e-483e-864c-0b92ed369e61-32828760511_thumb250.jpg",
    "song": "Shake a Tail Feather",
    "track_id": "f54382e9-e8d4-3e7c-87a9-2453a0925697",
    "recording_id": "c1d3ff3c-3d27-4bd4-ab4b-27c05c2c4318",
    "artist": "Ray Charles",
    "artist_ids": [
        "2ce02909-598b-44ef-a456-151ba0a3bd70"
    ],
    "album": "The Blues Brothers",
    "release_id": "2337f0d9-dc4e-483e-864c-0b92ed369e61",
    "release_group_id": "605346ac-a5d2-3de0-862d-d3230c682d1a",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1980-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I've lost many people to cancer, as it runs deeply in my family, The most important of which was my 61-year-old father who, after being diagnosed 43 days earlier, passed away as I held his hand and he was surrounded by love. He was always a big fan of music, and I remember dancing with him at sock hops as a kid and watching the Blues Brothers movie often. Can you please play \"shake a Tailfeather\" from the Blues Brothers movie, a song that we played at his memorial service? It always brings a smile to my face.\n\n -Kerry\n",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}