Information about plays

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

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

{
    "id": 3519565,
    "uri": "https://api.kexp.org/v2/plays/3519565/?format=api",
    "airdate": "2025-06-27T15:20:33-07:00",
    "show": 63851,
    "show_uri": "https://api.kexp.org/v2/shows/63851/?format=api",
    "image_uri": "https://ia600104.us.archive.org/23/items/mbid-bc5ece87-cab2-4151-919c-85b8ecae8c47/mbid-bc5ece87-cab2-4151-919c-85b8ecae8c47-21305667191_thumb500.jpg",
    "thumbnail_uri": "https://ia600104.us.archive.org/23/items/mbid-bc5ece87-cab2-4151-919c-85b8ecae8c47/mbid-bc5ece87-cab2-4151-919c-85b8ecae8c47-21305667191_thumb250.jpg",
    "song": "Black Steel in the Hour of Chaos",
    "track_id": "adb60f21-b76b-3c3a-afb8-de51606ba1cd",
    "recording_id": "53b2f7a4-2e04-4a80-881b-69b55fdc580c",
    "artist": "Public Enemy",
    "artist_ids": [
        "bf2e15d0-4b77-469e-bfb4-f8414415baca"
    ],
    "album": "It Takes a Nation of Millions to Hold Us Back",
    "release_id": "bc5ece87-cab2-4151-919c-85b8ecae8c47",
    "release_group_id": "01921d99-9d15-3fce-8734-46e58327cfb7",
    "labels": [
        "Def Jam Recordings",
        "Columbia"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004",
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Steel",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}