Information about plays

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

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

{
    "id": 3583982,
    "uri": "https://api.kexp.org/v2/plays/3583982/?format=api",
    "airdate": "2025-11-28T07:21:32-08:00",
    "show": 65230,
    "show_uri": "https://api.kexp.org/v2/shows/65230/?format=api",
    "image_uri": "https://coverartarchive.org/release/01b85ef5-e4bc-4caf-a698-dabb30e9b7ee/21276701677-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/01b85ef5-e4bc-4caf-a698-dabb30e9b7ee/21276701677-250.jpg",
    "song": "Searching for a New Day",
    "track_id": null,
    "recording_id": "528c9ded-96b0-4d40-a861-110ddb9e9c5a",
    "artist": "Sharon Jones and the Dap‐Kings",
    "artist_ids": [
        "8d50cd20-34f2-4abe-ba16-0759ee0fb9f5"
    ],
    "album": "Soul of a Woman",
    "release_id": null,
    "release_group_id": "0225abc7-6b49-48cb-ab52-12146a7b0f81",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., beloved Sharon Jones, who died of pancreatic cancer in November, 2016.:  https://www.kexp.org/read/2016/11/18/r-i-p-sharon-jones/\n--\n Watch an epic live performance from the greatly missed Sharon Jones - at KEXP's New Home Grand Opening in April 2016: https://youtu.be/y5eVHCQ4ogQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}