Information about plays

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

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

{
    "id": 3617887,
    "uri": "https://api.kexp.org/v2/plays/3617887/?format=api",
    "airdate": "2026-02-15T14:34:58-08:00",
    "show": 65941,
    "show_uri": "https://api.kexp.org/v2/shows/65941/?format=api",
    "image_uri": "https://coverartarchive.org/release/92fc8fe6-cca6-3cef-baf7-e2c651968086/17155396953-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/92fc8fe6-cca6-3cef-baf7-e2c651968086/17155396953-250.jpg",
    "song": "Munchies for Your Love",
    "track_id": null,
    "recording_id": "2d0be52c-5af9-4fb1-be97-aac00160425d",
    "artist": "Bootsy’s Rubber Band",
    "artist_ids": [
        "976335f6-ad67-44c2-9403-339aa1b232e7"
    ],
    "album": "Ahh… The Name Is Bootsy, Baby!",
    "release_id": null,
    "release_group_id": "3c27b004-5683-3d3a-b5c8-04edc5f85453",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Bootsy's Rubber Band was a Parliament-Funkadelic spinoff, led by pioneering bassist Bootsy Collins (formerly of James Brown's 'The JBs'). It also included his brother, Catfish Collins (also of JBs + p-funk), Kash Waddy, Joel Johnson, Robert Johnson, Mudbone Cooper and The Horny Horns. The group was formed in 1976.\" - https://bit.ly/3Ia5CCX",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}