Information about plays

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

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

{
    "id": 3562811,
    "uri": "https://api.kexp.org/v2/plays/3562811/?format=api",
    "airdate": "2025-10-08T21:43:04-07:00",
    "show": 64782,
    "show_uri": "https://api.kexp.org/v2/shows/64782/?format=api",
    "image_uri": "https://coverartarchive.org/release/7847f27c-7cd5-43af-b9d1-2d606fd002bf/8485011073-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7847f27c-7cd5-43af-b9d1-2d606fd002bf/8485011073-250.jpg",
    "song": "Blue",
    "track_id": null,
    "recording_id": "ea4080fb-d97c-4275-aad2-2e62348781b6",
    "artist": "Rain Parade",
    "artist_ids": [
        "59b6510e-f7f1-4631-be8f-0c493db2502d"
    ],
    "album": "Explosions in the Glass Palace",
    "release_id": null,
    "release_group_id": "08ae177d-3de8-3c1e-92c1-b33823a09e6c",
    "labels": [
        "Enigma"
    ],
    "label_ids": [
        "d6f7f7c6-dbcf-4647-b370-b06a3b645d3d"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1980s LA set! Just over 15 minutes left in the show to donate towards Astral Plane's Fall drive slot! kexp.org to donate!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}