Information about plays

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

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

{
    "id": 3667094,
    "uri": "https://api.kexp.org/v2/plays/3667094/?format=api",
    "airdate": "2026-06-12T22:28:09-07:00",
    "show": 66972,
    "show_uri": "https://api.kexp.org/v2/shows/66972/?format=api",
    "image_uri": "https://coverartarchive.org/release/702d347d-a10c-43da-886f-9e8bcf3d0c88/42943105879-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/702d347d-a10c-43da-886f-9e8bcf3d0c88/42943105879-250.jpg",
    "song": "This Is Me",
    "track_id": null,
    "recording_id": "39dd38b6-dae5-49c6-b2bc-929e8366d2b8",
    "artist": "Asheru And Blue Black Of The Unspoken Heard",
    "artist_ids": [
        "935da925-1d42-420d-885b-f22c375b51ae",
        "36a90482-220d-4603-a264-6ba100e1ad9c",
        "165cb8e1-7f9f-42e7-8446-033950a0eded"
    ],
    "album": "Soon Come…",
    "release_id": null,
    "release_group_id": "8f4be1d1-9d3a-35b9-9691-d7fdbdd0a1da",
    "labels": [
        "7 Heads"
    ],
    "label_ids": [
        "364c1529-dc7e-4c99-922d-0676bee02e63"
    ],
    "release_date": "2001-09-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Unspoken Heard is the hip-hop collaborative of rapper Asheru and producer Blue Black of Washington, DC. Asheru was tapped by the TV show The Boondocks (2005-2014) to do the intro and outro music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}