Information about plays

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

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

{
    "id": 3631716,
    "uri": "https://api.kexp.org/v2/plays/3631716/?format=api",
    "airdate": "2026-03-20T23:54:38-07:00",
    "show": 66236,
    "show_uri": "https://api.kexp.org/v2/shows/66236/?format=api",
    "image_uri": "https://coverartarchive.org/release/c2175c1e-df6c-4b66-a559-7b73d6ac2d2e/4784187611-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c2175c1e-df6c-4b66-a559-7b73d6ac2d2e/4784187611-250.jpg",
    "song": "Ital (The Universal Side)",
    "track_id": null,
    "recording_id": "0cd3a2f5-d067-4e60-9ac3-6c79c4392b2d",
    "artist": "The Roots",
    "artist_ids": [
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "Illadelph Halflife",
    "release_id": null,
    "release_group_id": "6bb001e8-78e1-37bf-9aac-9e47f7dbe8f9",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1996-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Q-Tip is featured here and also has a co-production credit.\n\nA Tribe Called Quest's Q-Tip makes a guest appearance on The Roots 1996 song \"Ital (The Universal Side)\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}