Information about plays

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

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

{
    "id": 3565712,
    "uri": "https://api.kexp.org/v2/plays/3565712/?format=api",
    "airdate": "2025-10-16T04:31:46-07:00",
    "show": 64846,
    "show_uri": "https://api.kexp.org/v2/shows/64846/?format=api",
    "image_uri": "https://coverartarchive.org/release/9e6bf944-987a-4a86-8aa1-d1305e21dd00/39115114304-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9e6bf944-987a-4a86-8aa1-d1305e21dd00/39115114304-250.jpg",
    "song": "Cruisin’",
    "track_id": null,
    "recording_id": "fed718e2-218a-48fc-b04a-9e0a0acce433",
    "artist": "D’Angelo",
    "artist_ids": [
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Brown Sugar",
    "release_id": null,
    "release_group_id": "a4591f67-48d9-36ae-bc68-2deb954d0a15",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1995-07-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remembering D'Angelo\n\nHere's Rolling Stone's tribute to D'Angelo, who has died of pancreatic cancer at age 51: https://www.rollingstone.com/music/music-news/dangelo-dead-obit-obituary-1235446878/\n--\nSee D'Angelo performing in the original music video for \"Cruisin'\": https://www.youtube.com/watch?v=JAfuUZRou7g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}