Information about plays

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

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

{
    "id": 3626619,
    "uri": "https://api.kexp.org/v2/plays/3626619/?format=api",
    "airdate": "2026-03-08T01:48:01-08:00",
    "show": 66123,
    "show_uri": "https://api.kexp.org/v2/shows/66123/?format=api",
    "image_uri": "https://coverartarchive.org/release/ada6a983-3bce-4b4b-a0b1-7d3b5889338f/18901358574-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ada6a983-3bce-4b4b-a0b1-7d3b5889338f/18901358574-250.jpg",
    "song": "Iron Man",
    "track_id": null,
    "recording_id": "a7cde4b2-9635-4648-93e0-7aedf20f5ba6",
    "artist": "Ozzy Osbourne",
    "artist_ids": [
        "8aa5b65a-5b3c-4029-92bf-47a544356934"
    ],
    "album": "Ozzy Live",
    "release_id": null,
    "release_group_id": "50d09bca-bc8f-4f13-bf84-041076969275",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2012-04-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Dave on Capitol Hill\n\nLive album released for RSD\n\nRIP Ozzy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}