Information about plays

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

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

{
    "id": 3631690,
    "uri": "https://api.kexp.org/v2/plays/3631690/?format=api",
    "airdate": "2026-03-20T22:49:41-07:00",
    "show": 66236,
    "show_uri": "https://api.kexp.org/v2/shows/66236/?format=api",
    "image_uri": "https://coverartarchive.org/release/b4520e3a-06fd-3a6c-a79c-af2e9fc84236/34758918460-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b4520e3a-06fd-3a6c-a79c-af2e9fc84236/34758918460-250.jpg",
    "song": "Ill Vibe",
    "track_id": null,
    "recording_id": null,
    "artist": "Busta Rhymes",
    "artist_ids": [
        "10a9ff92-9637-4498-afea-7044b2ab0dc0"
    ],
    "album": "The Coming",
    "release_id": null,
    "release_group_id": "fd3633d9-5c56-3016-97cd-b232a4a6d576",
    "labels": [
        "Flipmode Entertainment"
    ],
    "label_ids": [
        "cd4537e5-0e44-4ee2-9b50-001ceb841905"
    ],
    "release_date": "1996-03-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by The Ummah\nThe Ummah was a music production collective, composed of members Q-Tip and Ali Shaheed Muhammad of A Tribe Called Quest, and the late Jay Dee (also known as J Dilla) of the Detroit-based group Slum Village.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}