Information about plays

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

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

{
    "id": 3544184,
    "uri": "https://api.kexp.org/v2/plays/3544184/?format=api",
    "airdate": "2025-08-24T11:57:19-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/673bca55-8875-4dfd-9f0d-4f5b4f9ec37e/1978167095-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/673bca55-8875-4dfd-9f0d-4f5b4f9ec37e/1978167095-250.jpg",
    "song": "Whole Wide World",
    "track_id": null,
    "recording_id": "466b8bf6-f6d1-4efd-88d9-980e66a9948e",
    "artist": "Wreckless Eric",
    "artist_ids": [
        "b80f2162-c04e-400d-bc5f-124eacbd9fd2"
    ],
    "album": "Wreckless Eric",
    "release_id": null,
    "release_group_id": "67666e2a-527a-3f9b-bded-096da1ce48ef",
    "labels": [
        "Stiff Records"
    ],
    "label_ids": [
        "df57ad64-fae7-4976-a8a0-d6d344867e09"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Championed by British DJ John Peel but never a chart hit, it still went on to be the British singer’s most well known song covered by Green Day and featuring in Super Bowl commercials.\nhttps://www.theguardian.com/music/2023/aug/23/punk-legend-wreckless-eric-storming-spotify-whole-wide-world-leisureland-covid",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}