Information about plays

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

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

{
    "id": 3579173,
    "uri": "https://api.kexp.org/v2/plays/3579173/?format=api",
    "airdate": "2025-11-16T23:48:24-08:00",
    "show": 65130,
    "show_uri": "https://api.kexp.org/v2/shows/65130/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mindgame (Chewlie Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Rev",
    "artist_ids": [],
    "album": "Stay, Nomad",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Planet Mu"
    ],
    "label_ids": [
        "b4edce40-090f-4956-b82a-5d9d285da40b"
    ],
    "release_date": "2025-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://revtheacid.bandcamp.com/album/stay-nomad",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}