Information about plays

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

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

{
    "id": 3638677,
    "uri": "https://api.kexp.org/v2/plays/3638677/?format=api",
    "airdate": "2026-04-06T15:54:11-07:00",
    "show": 66384,
    "show_uri": "https://api.kexp.org/v2/shows/66384/?format=api",
    "image_uri": "https://coverartarchive.org/release/de340ad0-f0fb-42ab-b2be-7936b6d524e7/10717191144-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/de340ad0-f0fb-42ab-b2be-7936b6d524e7/10717191144-250.jpg",
    "song": "Legend of a Cowgirl",
    "track_id": null,
    "recording_id": "749a3593-54d9-4a03-86f7-5d71059b1bfe",
    "artist": "Imani Coppola",
    "artist_ids": [
        "b1b47948-6b3a-427a-9951-1c3be8a2e4dc"
    ],
    "album": "Chupacabra",
    "release_id": null,
    "release_group_id": "aa1a7b07-cea2-3a86-a7f6-2951e38475e2",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1997-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born on this day in 1978! Out to David G!\n\nOff Coppola's debut album 'Chupacabra'. This track samples Donovan's \"Sunshine Superman\".\n\nCheck out the music video: https://youtu.be/n26hAOmkmFE?si=j-gA4GRTxH0MetkE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}