Information about plays

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

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

{
    "id": 3539359,
    "uri": "https://api.kexp.org/v2/plays/3539359/?format=api",
    "airdate": "2025-08-12T23:23:49-07:00",
    "show": 64274,
    "show_uri": "https://api.kexp.org/v2/shows/64274/?format=api",
    "image_uri": "https://coverartarchive.org/release/1a0c35bb-a403-477c-ae65-68976d67b4aa/23672521980-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1a0c35bb-a403-477c-ae65-68976d67b4aa/23672521980-250.jpg",
    "song": "Renee (Remix)",
    "track_id": null,
    "recording_id": "bb40e205-9849-4866-a2fd-4d85acc3fa5b",
    "artist": "Lost Boyz",
    "artist_ids": [
        "8b70d4d9-b3d3-4a99-8a95-96ee59f12140"
    ],
    "album": "Lost & Found 2",
    "release_id": null,
    "release_group_id": "64623c02-7349-45b9-b705-075bc15dfa66",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This remix of the Lost Boyz 1995 love story \"Renee\" samples Cat Stevens (Yusuf Islam)'s \"Was Dog a Doughnut?.\" It was pulled from shelves back then and resurfaced on a compilation release in 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}