Information about plays

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

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

{
    "id": 3657288,
    "uri": "https://api.kexp.org/v2/plays/3657288/?format=api",
    "airdate": "2026-05-20T15:39:59-07:00",
    "show": 66768,
    "show_uri": "https://api.kexp.org/v2/shows/66768/?format=api",
    "image_uri": "https://dn721809.ca.archive.org/0/items/mbid-c89915b3-d52c-4190-8008-05392a395801/mbid-c89915b3-d52c-4190-8008-05392a395801-38272834328_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-c89915b3-d52c-4190-8008-05392a395801/mbid-c89915b3-d52c-4190-8008-05392a395801-38272834328_thumb250.jpg",
    "song": "C.R.E.A.M.",
    "track_id": "b8f3f130-8498-49cd-b0ce-10ec1071233f",
    "recording_id": "b0ffce4f-ef8a-4d8b-8dea-61167e1fb75e",
    "artist": "Wu‐Tang Clan",
    "artist_ids": [
        "0febdcf7-4e1f-4661-9493-b40427de2c13"
    ],
    "album": "Enter The Wu-Tang (36 Chambers)",
    "release_id": "0f35dab7-f118-476a-9da2-202c3ab928df",
    "release_group_id": "610fb60f-900a-3c42-ac7d-f6b6aa8035f9",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2021-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Liesl in Shoreline...\n--\n\"Cash Rules Everything Around Me\" samples The Charmels' 1967 song \"As Long As I've Got You.\"\n(Want to hear that original?: https://www.youtube.com/watch?v=gp9uZjPaB4w)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}