Information about plays

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

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

{
    "id": 3641616,
    "uri": "https://api.kexp.org/v2/plays/3641616/?format=api",
    "airdate": "2026-04-13T15:44:24-07:00",
    "show": 66444,
    "show_uri": "https://api.kexp.org/v2/shows/66444/?format=api",
    "image_uri": "https://coverartarchive.org/release/98063a3f-563e-3b9e-be19-af33da0fef52/8211603614-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/98063a3f-563e-3b9e-be19-af33da0fef52/8211603614-250.jpg",
    "song": "I Will Be Your Friend",
    "track_id": null,
    "recording_id": "50ebf325-3bb2-4013-86fd-f3281cb315da",
    "artist": "Sade",
    "artist_ids": [
        "67930b3e-e00b-469f-8c74-fd69f20522ec"
    ],
    "album": "Diamond Life",
    "release_id": null,
    "release_group_id": "af2a0c41-e612-3232-949d-bdca340c407c",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1984-07-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Tina!\n\nOff of Sade's debut studio album. \n\nAfter studying fashion design, and later modelling, Sade Adu began singing back up with the British band Pride. During this time, Adu and three of the original members of Pride—Paul Anthony Cook, Paul Denman, and Stuart Matthewman—left the group to form their own band called Sade.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}