Information about plays

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

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

{
    "id": 3540551,
    "uri": "https://api.kexp.org/v2/plays/3540551/?format=api",
    "airdate": "2025-08-15T22:59:27-07:00",
    "show": 64299,
    "show_uri": "https://api.kexp.org/v2/shows/64299/?format=api",
    "image_uri": "https://coverartarchive.org/release/fe0a9642-d538-402c-8a93-7ed889b16460/21450743397-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fe0a9642-d538-402c-8a93-7ed889b16460/21450743397-250.jpg",
    "song": "Cell Therapy",
    "track_id": null,
    "recording_id": "9bc30bac-4fe8-4493-b0b1-69df747b81d0",
    "artist": "Goodie Mob",
    "artist_ids": [
        "ade9b668-e38f-41a8-a6e5-51442c5d6468"
    ],
    "album": "Soul Food",
    "release_id": null,
    "release_group_id": "24cfe4c3-06c4-3148-9e32-b88dd2aebdb3",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1995-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Goodie Mob was formed in Atlanta in 1991 by rappers Big Gipp, Khujo, Cee-Lo, and T-Mo. This year is the 25th anniversary of their classic album 'Soul Food.' \n\nhttps://hiphopdx.com/news/id.53238/title.interview-goodie-mob-talk-new-music-enduring-legacy-of-dungeon-family",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}