Information about plays

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

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

{
    "id": 3628564,
    "uri": "https://api.kexp.org/v2/plays/3628564/?format=api",
    "airdate": "2026-03-13T23:43:51-07:00",
    "show": 66173,
    "show_uri": "https://api.kexp.org/v2/shows/66173/?format=api",
    "image_uri": "https://coverartarchive.org/release/c931591c-7ea5-439f-a0b2-6f4248dea425/7116558001-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c931591c-7ea5-439f-a0b2-6f4248dea425/7116558001-250.jpg",
    "song": "Van Full Of Pakistans",
    "track_id": null,
    "recording_id": "e8eed3ff-9c2c-47ed-8f12-585446d5387c",
    "artist": "Yall So Stupid",
    "artist_ids": [
        "dcd2e89a-fe86-4dce-8d4b-0c49ec688d4a"
    ],
    "album": "Van Full Of Pakistans",
    "release_id": null,
    "release_group_id": "11c70802-43b1-41f0-b609-b00ef489791e",
    "labels": [
        "HHV"
    ],
    "label_ids": [
        "79ad597b-ab8e-4e5e-ae67-5a0c9b9c34ba"
    ],
    "release_date": "1993-05-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Y'all So Stupid was an American alternative hip hop group from Atlanta, Georgia, formed in 1991 by members H2O, Unkle Buk, Sha Boogie, Spearhead X, and Logic.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}