Information about plays

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

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

{
    "id": 3576597,
    "uri": "https://api.kexp.org/v2/plays/3576597/?format=api",
    "airdate": "2025-11-10T23:13:15-08:00",
    "show": 65077,
    "show_uri": "https://api.kexp.org/v2/shows/65077/?format=api",
    "image_uri": "https://coverartarchive.org/release/14854938-2bbf-464d-97e7-f98c55dac132/42309612578-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/14854938-2bbf-464d-97e7-f98c55dac132/42309612578-250.jpg",
    "song": "Moondance",
    "track_id": null,
    "recording_id": null,
    "artist": "Blondes",
    "artist_ids": [
        "8c5faece-4256-4925-b324-2ca40c906d19"
    ],
    "album": "Touched",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Merok"
    ],
    "label_ids": [],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If anybody has a copy of the OPN remix lemme know! - dj@kexp.org",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}