Information about plays

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

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

{
    "id": 3567295,
    "uri": "https://api.kexp.org/v2/plays/3567295/?format=api",
    "airdate": "2025-10-19T18:28:56-07:00",
    "show": 64879,
    "show_uri": "https://api.kexp.org/v2/shows/64879/?format=api",
    "image_uri": "https://coverartarchive.org/release/30170cd2-0f8e-4a79-b911-56a33c492a4f/2494965274-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/30170cd2-0f8e-4a79-b911-56a33c492a4f/2494965274-250.jpg",
    "song": "Me and Those Dreamin’ Eyes of Mine",
    "track_id": null,
    "recording_id": "d8a7eec4-0ef2-49b8-b9d2-e8003ca92a56",
    "artist": "D’Angelo",
    "artist_ids": [
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Me and Those Dreamin’ Eyes of Mine",
    "release_id": null,
    "release_group_id": "2a36cb2a-dcd5-3ef1-bede-970fca9e3a3e",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remembering the life and legacy of D'Angelo\n---\nThis track from D'Angelo's debut studio album 'Brown Sugar' was released as a 12\" single in 1996. This version is JDilla's remix of the track. \n---\nPeep the video here, enjoy!\nhttps://youtu.be/h3y2aP0B4Ic",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}