Information about plays

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

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

{
    "id": 3568945,
    "uri": "https://api.kexp.org/v2/plays/3568945/?format=api",
    "airdate": "2025-10-23T13:06:31-07:00",
    "show": 64911,
    "show_uri": "https://api.kexp.org/v2/shows/64911/?format=api",
    "image_uri": "https://coverartarchive.org/release/674ec030-2e35-4a02-aca4-97d32421dcd5/34613441851-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/674ec030-2e35-4a02-aca4-97d32421dcd5/34613441851-250.jpg",
    "song": "Me & Those Dreamin' Eyes of Mine (Jay Dee remix)",
    "track_id": null,
    "recording_id": "c239ffe1-ad7d-448c-8663-f6d9ddb26b32",
    "artist": "D'Angelo",
    "artist_ids": [],
    "album": "D'Angelo",
    "release_id": null,
    "release_group_id": "96f7144a-2765-486e-8f1b-9dd9c1ad0fb8",
    "labels": [
        "Good Vibes"
    ],
    "label_ids": [
        "40b1c182-cc39-4446-abf2-45b0e54206ac"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"You're gon' be the cherry in my chocolate covered dreams (So it seems)\nSo it seems, my, oh, my (Baby, my, my, my, my, my, my)...\"\nHere are the lyrics: https://genius.com/Dangelo-me-and-those-dreamin-eyes-jay-dee-remix-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}