Information about plays

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

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

{
    "id": 3644283,
    "uri": "https://api.kexp.org/v2/plays/3644283/?format=api",
    "airdate": "2026-04-19T22:16:34-07:00",
    "show": 66499,
    "show_uri": "https://api.kexp.org/v2/shows/66499/?format=api",
    "image_uri": "https://coverartarchive.org/release/7df1291c-d9d7-414e-9b98-5df33baad7c1/38103534156-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7df1291c-d9d7-414e-9b98-5df33baad7c1/38103534156-250.jpg",
    "song": "Aqua Hotel",
    "track_id": null,
    "recording_id": "f4f11409-fb79-475d-b7eb-388c1f0bf096",
    "artist": "Cloudsteppers",
    "artist_ids": [
        "060b708f-4434-4aa8-9386-ab0ae3143583"
    ],
    "album": "Aqua Hotel",
    "release_id": null,
    "release_group_id": "cf5cfae8-f58b-40e8-9828-c5074e759e63",
    "labels": [
        "Peach Discs"
    ],
    "label_ids": [
        "74a2d235-0cd5-4aca-a03f-a614de7ee15b"
    ],
    "release_date": "2024-02-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}