Information about plays

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

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

{
    "id": 3626848,
    "uri": "https://api.kexp.org/v2/plays/3626848/?format=api",
    "airdate": "2026-03-08T18:26:11-07:00",
    "show": 66129,
    "show_uri": "https://api.kexp.org/v2/shows/66129/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kick It Off",
    "track_id": null,
    "recording_id": null,
    "artist": "Kenyatta",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ndugu Records"
    ],
    "label_ids": [],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kenyatta originally released \"Kick It Off\" and b-side \"Movin' Music\" in 1974.\n\nIt's the KEXP Spring Drive! https://www.kexp.org/donate/\nWith a monthly gift of $10, you can receive the gray KEXP Baseball Hat which features 'KEXP' written in cream stitching on a dark gray hat. One size fits all with an adjustable strap.\n\nDonations in the next 30 minutes get the DJ SUPREME SPECIAL KEXP DJ Slip Mat! https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}