Information about plays

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

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

{
    "id": 3633127,
    "uri": "https://api.kexp.org/v2/plays/3633127/?format=api",
    "airdate": "2026-03-24T13:19:39-07:00",
    "show": 66269,
    "show_uri": "https://api.kexp.org/v2/shows/66269/?format=api",
    "image_uri": "https://coverartarchive.org/release/e88d0484-a488-4848-a789-d0b9da38cce5/13954486548-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e88d0484-a488-4848-a789-d0b9da38cce5/13954486548-250.jpg",
    "song": "Nappy Heads (remix)",
    "track_id": null,
    "recording_id": "6686bf85-da31-4e5e-92fe-d6cabe1c58a8",
    "artist": "Fugees",
    "artist_ids": [
        "ea321799-9b1d-4e74-a074-a5facf597d82"
    ],
    "album": "Nappy Heads",
    "release_id": null,
    "release_group_id": "d5defb40-a469-431a-b0cd-9cfd579d577a",
    "labels": [
        "Ruffhouse Records"
    ],
    "label_ids": [
        "fb5e3051-217d-4ab7-bc7b-1d1d8e2327b3"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Nappy Heads\" was the second single from Fugees 1994 debut studio album 'Blunted On Reality'  John Forte (a member of the Refugee Camp who appears on The Score) talked about how the Fugees were about to get dropped from their label (Ruffhouse/Columbia) before producer Salaam Remi produced a remix for their first album's single \"Nappy Heads\" that caught fire on radio - leading to the Fugees getting a second album, 'The Score'.\n\n\"Nappy Heads\" video!\nhttps://youtu.be/s8sNnNRhQ2g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}