Information about plays

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

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

{
    "id": 3610081,
    "uri": "https://api.kexp.org/v2/plays/3610081/?format=api",
    "airdate": "2026-01-28T05:44:12-08:00",
    "show": 65775,
    "show_uri": "https://api.kexp.org/v2/shows/65775/?format=api",
    "image_uri": "https://ia801300.us.archive.org/17/items/mbid-d24e7761-a7c4-48f6-bd0a-8fa892147191/mbid-d24e7761-a7c4-48f6-bd0a-8fa892147191-13716047076_thumb500.jpg",
    "thumbnail_uri": "https://ia801300.us.archive.org/17/items/mbid-d24e7761-a7c4-48f6-bd0a-8fa892147191/mbid-d24e7761-a7c4-48f6-bd0a-8fa892147191-13716047076_thumb250.jpg",
    "song": "Personal Jesus",
    "track_id": "a965ca18-cad7-39aa-a9ac-a986d650f0be",
    "recording_id": "3c28eb47-edbe-49fe-ae24-7102dbda9b96",
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "American IV: The Man Comes Around",
    "release_id": "1e313a50-d295-44e2-9f0a-a40c34434061",
    "release_group_id": "aca4ccc8-5d1b-361e-ab21-396b2c6d42d3",
    "labels": [
        "American Recordings",
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0",
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Johnny Cash covering Depeche Mode! \n\nWhen Johnny Cash was asked why he did a cover of this song, he has this to say:\n“I heard that as a gospel song. And if you think of it as a gospel song, it works really well. We didn’t have any major disagreement over that song, I just heard that a couple of people had recorded it, the writer wanted me to try it, and I did, and I loved it. And I went for it.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}