Information about plays

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

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

{
    "id": 3544238,
    "uri": "https://api.kexp.org/v2/plays/3544238/?format=api",
    "airdate": "2025-08-24T14:57:13-07:00",
    "show": 64376,
    "show_uri": "https://api.kexp.org/v2/shows/64376/?format=api",
    "image_uri": "https://ia601205.us.archive.org/26/items/mbid-ec37919f-d402-4dc4-8f8b-ef708443cf75/mbid-ec37919f-d402-4dc4-8f8b-ef708443cf75-11291280064_thumb500.jpg",
    "thumbnail_uri": "https://ia801205.us.archive.org/26/items/mbid-ec37919f-d402-4dc4-8f8b-ef708443cf75/mbid-ec37919f-d402-4dc4-8f8b-ef708443cf75-11291280064_thumb250.jpg",
    "song": "Heaven",
    "track_id": "9614994a-c82c-493b-aa81-396b3510cbdb",
    "recording_id": "1050bd48-461c-40b2-9a86-2e5b77600a37",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Tattoo You",
    "release_id": "ec37919f-d402-4dc4-8f8b-ef708443cf75",
    "release_group_id": "fdbc4f51-817d-33ab-af9f-4bcc22286932",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Tattoo You\" released on this day in 1981.\n\nCharlie Watts passed on this day in 2021 at 80. He was the drummer for The Rolling Stones for 53 years!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}