Information about plays

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

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

{
    "id": 3570421,
    "uri": "https://api.kexp.org/v2/plays/3570421/?format=api",
    "airdate": "2025-10-27T00:09:19-07:00",
    "show": 64944,
    "show_uri": "https://api.kexp.org/v2/shows/64944/?format=api",
    "image_uri": "https://coverartarchive.org/release/8288f608-452d-4dd2-8c9d-3a725d70e5f8/38697535989-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8288f608-452d-4dd2-8c9d-3a725d70e5f8/38697535989-250.jpg",
    "song": "Cold Wings of Noctisis",
    "track_id": null,
    "recording_id": "ad2ef4ea-476e-4041-8177-c4bb38bbd3d4",
    "artist": "Nocternity",
    "artist_ids": [
        "8a1ac4cc-76e4-4910-9e44-2a4e12d00942"
    ],
    "album": "Cold Wings of Noctisis / [untitled]",
    "release_id": null,
    "release_group_id": "ee280bf8-9989-4591-8e9c-a8b72a05cd40",
    "labels": [
        "Forever Plagued Records"
    ],
    "label_ids": [
        "92c5e91b-18d0-457a-8721-b20fa436e17f"
    ],
    "release_date": "2004-09-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}