Information about plays

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

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

{
    "id": 3572373,
    "uri": "https://api.kexp.org/v2/plays/3572373/?format=api",
    "airdate": "2025-10-31T22:48:57-07:00",
    "show": 64987,
    "show_uri": "https://api.kexp.org/v2/shows/64987/?format=api",
    "image_uri": "https://coverartarchive.org/release/e57b96b8-0fd9-4b44-9ea9-f9641b00ba9f/2573807148-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e57b96b8-0fd9-4b44-9ea9-f9641b00ba9f/2573807148-250.jpg",
    "song": "A Nightmare on My Street",
    "track_id": null,
    "recording_id": "4a93e9d5-c5a6-4f1d-80bd-0ae965e32481",
    "artist": "D.J. Jazzy Jeff & the Fresh Prince",
    "artist_ids": [
        "a663d7d0-754b-40e2-9ea3-3c6c39fd5937"
    ],
    "album": "He’s the DJ, I’m the Rapper",
    "release_id": null,
    "release_group_id": "8a3896a0-9e1e-3d99-a489-6faee6219ee9",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Line Cinema sued DJ Jazzy Jeff & The Fresh Prince for copyright infringement over this track and its sample from the \"Nightmare on Elm Street\" music theme; the eventual settlement required the label to add a disclaimer to vinyl pressings: '[This song] is not part of the soundtrack...and is not authorized, licensed, or affiliated with the Nightmare on Elm Street films'\n\nThe settlement also required the destruction of the music video for the track; luckily it has survived: https://youtu.be/fVbaYFVUbLo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}