Information about plays

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

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

{
    "id": 3570079,
    "uri": "https://api.kexp.org/v2/plays/3570079/?format=api",
    "airdate": "2025-10-26T03:28:54-07:00",
    "show": 64937,
    "show_uri": "https://api.kexp.org/v2/shows/64937/?format=api",
    "image_uri": "https://coverartarchive.org/release/90bc92c4-0f53-4236-81c7-54eabab18eb2/32251304742-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/90bc92c4-0f53-4236-81c7-54eabab18eb2/32251304742-250.jpg",
    "song": "Stone Age Jazz",
    "track_id": null,
    "recording_id": null,
    "artist": "Axel Boman",
    "artist_ids": [
        "82db10b4-03dc-4bdb-be26-053e3c0ccc3c"
    ],
    "album": "LUZ / Quest for Fire",
    "release_id": null,
    "release_group_id": "1da7b49d-ebcb-4b76-9bea-2c6d55f21318",
    "labels": [
        "Studio Barnhus"
    ],
    "label_ids": [
        "fb419633-a332-4392-85c6-bf8866b251dd"
    ],
    "release_date": "2022-04-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}