Information about plays

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

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

{
    "id": 3583514,
    "uri": "https://api.kexp.org/v2/plays/3583514/?format=api",
    "airdate": "2025-11-27T04:19:02-08:00",
    "show": 65220,
    "show_uri": "https://api.kexp.org/v2/shows/65220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ebony and Ivy",
    "track_id": null,
    "recording_id": "8cdea7b2-c0f0-4272-8f11-60178deb67eb",
    "artist": "Esperanza Spalding",
    "artist_ids": [
        "5c12b265-5e59-44e0-b657-5cf4169f7316"
    ],
    "album": "Emily’s D+Evolution",
    "release_id": null,
    "release_group_id": "68b352ae-a374-4535-834a-96e920782e8f",
    "labels": [
        "Concord Jazz"
    ],
    "label_ids": [
        "8ec4f16d-a43f-4e80-b3b0-935dbdbb598a"
    ],
    "release_date": "2016-01-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jazz bassist, singer, songwriter, and composer Esperanza Emily Spalding has been recognized for her talent many times including four Grammy Awards, a Boston Music Award, and a Soul Train Music Award.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}