Information about plays

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

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

{
    "id": 3544185,
    "uri": "https://api.kexp.org/v2/plays/3544185/?format=api",
    "airdate": "2025-08-24T12:00:31-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": "Start Me Up",
    "track_id": "f9cf2cf2-8d5d-4d70-bfda-5b6cf815e65f",
    "recording_id": "0b095f1f-4927-4b86-a2f7-a1b1abf5bac7",
    "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": "Happy birthday to \"Tattoo You\", which released on this day in 1981.\n\nCoincidentally, Windows95 also released on this day 30 years ago. \"Start Me Up\" was the launch music, which Microsoft paid the Stones $3 Million to use.\n\nAlso, we mourn the passing of long-time Stones drummer Charlie Watts, who died on this day in 2021 at the age of 80.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}