Information about plays

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

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

{
    "id": 3636390,
    "uri": "https://api.kexp.org/v2/plays/3636390/?format=api",
    "airdate": "2026-04-01T09:41:21-07:00",
    "show": 66336,
    "show_uri": "https://api.kexp.org/v2/shows/66336/?format=api",
    "image_uri": "https://dn710601.ca.archive.org/0/items/mbid-49936617-caeb-432f-b426-e8f3ce15043f/mbid-49936617-caeb-432f-b426-e8f3ce15043f-10694506467_thumb500.jpg",
    "thumbnail_uri": "https://dn710601.ca.archive.org/0/items/mbid-49936617-caeb-432f-b426-e8f3ce15043f/mbid-49936617-caeb-432f-b426-e8f3ce15043f-10694506467_thumb250.jpg",
    "song": "Bros",
    "track_id": "dcbae58e-39ce-4a95-ba24-e3e3d0650e0d",
    "recording_id": "7c164685-a8f7-441a-917b-d7b127c4ac76",
    "artist": "Wolf Alice",
    "artist_ids": [
        "3547f34a-db02-4ab7-b4a0-380e1ef951a9"
    ],
    "album": "My Love Is Cool",
    "release_id": "49936617-caeb-432f-b426-e8f3ce15043f",
    "release_group_id": "e1085098-3b62-430f-b6c3-7a23eb6fecf3",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2015-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For James in Cloudland Station, GA. You are not alone, friend.\n\nI lost my best friend Sam two weeks ago.\n\nSam passed peacefully with family nearby, and we had time to say goodbye.\n\nEven without him here, I do not feel alone.\n\nPlease pay \"Bros\" by Wolf Alice for my bestie.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}