Information about plays

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

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

{
    "id": 3565642,
    "uri": "https://api.kexp.org/v2/plays/3565642/?format=api",
    "airdate": "2025-10-15T23:36:30-07:00",
    "show": 64845,
    "show_uri": "https://api.kexp.org/v2/shows/64845/?format=api",
    "image_uri": "https://coverartarchive.org/release/6c83c780-432c-40d2-b6af-481830323f80/27421498537-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6c83c780-432c-40d2-b6af-481830323f80/27421498537-250.jpg",
    "song": "Cold World (RZA mix)",
    "track_id": null,
    "recording_id": "df66c75a-34f5-4878-be12-d813d64b3944",
    "artist": "GZA/Genius feat. Inspectah Deck, D’Angelo & Streetlife",
    "artist_ids": [
        "550cb78b-4995-4873-baea-76ef265531f5",
        "a6b90dc0-e22e-44e1-890b-87900bd9aca6",
        "b66771cc-45fa-4a32-b14f-5337d7223d7a",
        "e70e310e-8e92-4da7-9aba-071bc6032a34"
    ],
    "album": "Cold World",
    "release_id": null,
    "release_group_id": "d7b7600b-a9f9-319d-acbb-65c16d658d5e",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Re-work of a tune from GZA's debut 'Liquid Swords' featuring D'Angelo on vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}