Information about plays

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

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

{
    "id": 3568974,
    "uri": "https://api.kexp.org/v2/plays/3568974/?format=api",
    "airdate": "2025-10-23T14:44:15-07:00",
    "show": 64912,
    "show_uri": "https://api.kexp.org/v2/shows/64912/?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": "Feel Like Makin’ Love",
    "track_id": null,
    "recording_id": "42599043-6404-4c06-bd5b-2b58e89e99ac",
    "artist": "D'Angelo",
    "artist_ids": [],
    "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": "“Feel Like Makin’ Love” was released as the final single from \"Voodoo\" and is a cover of the June 1974 soul classic of the same name by Roberta Flack. Lauryn Hill was originally supposed to feature on this track but the idea was scrapped last minute.\n--\n An uncredited J Dilla co-produced D'Angelo's version with him. Pino Palladino played bass on D’Angelo’s version, ?uestlove played drums, and D’Angelo did all the other instruments, including the lead and backing vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}