Information about plays

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

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

{
    "id": 3656721,
    "uri": "https://api.kexp.org/v2/plays/3656721/?format=api",
    "airdate": "2026-05-19T06:33:41-07:00",
    "show": 66757,
    "show_uri": "https://api.kexp.org/v2/shows/66757/?format=api",
    "image_uri": "https://dn710700.ca.archive.org/0/items/mbid-34d34a27-9181-456e-b6c5-d6c0c2527ac7/mbid-34d34a27-9181-456e-b6c5-d6c0c2527ac7-15875547016_thumb500.jpg",
    "thumbnail_uri": "https://dn710700.ca.archive.org/0/items/mbid-34d34a27-9181-456e-b6c5-d6c0c2527ac7/mbid-34d34a27-9181-456e-b6c5-d6c0c2527ac7-15875547016_thumb250.jpg",
    "song": "Baby Boy",
    "track_id": "e6e3e515-538b-4e8c-8ade-53aba09b63ed",
    "recording_id": "8e310e73-33d4-4b80-afaf-620d064749e7",
    "artist": "Childish Gambino",
    "artist_ids": [
        "7fb57fba-a6ef-44c2-abab-2fa3bdee607e"
    ],
    "album": "“Awaken, My Love!”",
    "release_id": "34d34a27-9181-456e-b6c5-d6c0c2527ac7",
    "release_group_id": "fd817615-3d43-4f07-9509-d0a46b2bc278",
    "labels": [
        "Glassnote"
    ],
    "label_ids": [
        "58c69b6f-5c5b-4341-8be6-a43c3e69b408"
    ],
    "release_date": "2016-12-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Baby Boy\" is a soulful center-piece from Childish Gambino’s 2016 album “Awaken, My Love!”, marking his pivot from rap to psychedelic funk. Written as an ode to his firstborn son, Legend, the track is heavily inspired by Sly & The Family Stone’s \"Just Like a Baby\". Read more: https://northerntransmissions.com/awake-my-love-by-childish-gambino",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}