Information about plays

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

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

{
    "id": 3657476,
    "uri": "https://api.kexp.org/v2/plays/3657476/?format=api",
    "airdate": "2026-05-21T02:20:29-07:00",
    "show": 66772,
    "show_uri": "https://api.kexp.org/v2/shows/66772/?format=api",
    "image_uri": "https://coverartarchive.org/release/5f29d405-be8f-4cfc-8542-82fa88fc3456/45125012811-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5f29d405-be8f-4cfc-8542-82fa88fc3456/45125012811-250.jpg",
    "song": "Voodoo Gates",
    "track_id": null,
    "recording_id": "a31a70d7-c2fc-4de8-bc6b-ee7fb4e76e27",
    "artist": "Brooklyn Funk Essentials",
    "artist_ids": [
        "280d9262-c2fd-4875-a971-13a28a22f18b"
    ],
    "album": "Black Butterfly",
    "release_id": null,
    "release_group_id": "7a0cd172-ec60-49d5-b8d0-afb2d177776c",
    "labels": [
        "Dorado"
    ],
    "label_ids": [
        "5e13f33b-f26b-4a73-83e3-8dddbbcfe0b0"
    ],
    "release_date": "2026-05-15",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}