Information about plays

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

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

{
    "id": 3631662,
    "uri": "https://api.kexp.org/v2/plays/3631662/?format=api",
    "airdate": "2026-03-20T21:13:09-07:00",
    "show": 66233,
    "show_uri": "https://api.kexp.org/v2/shows/66233/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fall in Love",
    "track_id": null,
    "recording_id": "52856401-3440-4853-ad65-1c71f6ab29d2",
    "artist": "Slum Village",
    "artist_ids": [
        "c0c1183e-6940-48ca-8f96-98250fcb3ef1"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Slum Village was founded by J Dilla; this track showcases his signature drum swing and sampling style\n\n\n\n\"Fall in Love,\" produced by J Dilla,  contains samples of \"Diana in the Autumn Wind\" by Gap Mangione and the drums from \"Soldier in Our Town\" by Iron Butterfly.\n--\n. Dilla is singing the chorus on \"Fall in Love\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}