Information about plays

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

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

{
    "id": 3565678,
    "uri": "https://api.kexp.org/v2/plays/3565678/?format=api",
    "airdate": "2025-10-16T01:53:40-07:00",
    "show": 64846,
    "show_uri": "https://api.kexp.org/v2/shows/64846/?format=api",
    "image_uri": "https://coverartarchive.org/release/7dbf3ed6-7927-3f35-adc2-3b46b97eca60/4839084652-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7dbf3ed6-7927-3f35-adc2-3b46b97eca60/4839084652-250.jpg",
    "song": "Chicken Grease",
    "track_id": null,
    "recording_id": "f8b7b3f7-8dec-435b-866b-f536c32910f0",
    "artist": "D’Angelo",
    "artist_ids": [
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Voodoo",
    "release_id": null,
    "release_group_id": "9605c075-c64c-366b-ad7f-ec98523fc162",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2000-01-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“I told you a long time ago-You ain’t gon understand everything & everything ain’t meant 4 U ,nor I, to understand. I never met D’Angelo but I love him, respect him, admire his gift. This loss HURTS!! Love to my family that are family to him. I’m so sorry. R.I.P. GENIUS. 💔 💔” --Jill Scott\n--\n\"Chicken Grease\" is named for a supposedly Prince-coined term that refers to strumming chords in a distinct 16th note pattern.  That's Questlove on drums and the great Pino Palladino on bass.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}