Information about plays

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

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

{
    "id": 3641315,
    "uri": "https://api.kexp.org/v2/plays/3641315/?format=api",
    "airdate": "2026-04-12T20:14:55-07:00",
    "show": 66436,
    "show_uri": "https://api.kexp.org/v2/shows/66436/?format=api",
    "image_uri": "https://coverartarchive.org/release/bf70e2ca-2a4b-4048-97f4-a8c04642d2e9/38575272406-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bf70e2ca-2a4b-4048-97f4-a8c04642d2e9/38575272406-250.jpg",
    "song": "Good Lovin' Is Good Livin'",
    "track_id": null,
    "recording_id": "50441a25-ee38-4a9e-ae78-014c42d92954",
    "artist": "Creative Source",
    "artist_ids": [
        "7cf7c106-14e1-4c22-9341-7e7eb73b26a2"
    ],
    "album": "Consider the Source",
    "release_id": null,
    "release_group_id": "1c8a3154-aab7-4cc3-874f-158773cc08e0",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Creative Source released \"Good Lovin' Is Good Livin'\" in 1976 on Consider the Source, the group's fourth and final album. \nCreative Source was an R&B group from Los Angeles, who had several funk and disco hits during the 1970s.\nMembers included: Barbara Berryman, Barbara Lewis, Don Wyatt, Steve Flanagan, and Celeste Rose.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}