Information about plays

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

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

{
    "id": 3562143,
    "uri": "https://api.kexp.org/v2/plays/3562143/?format=api",
    "airdate": "2025-10-06T23:00:59-07:00",
    "show": 64767,
    "show_uri": "https://api.kexp.org/v2/shows/64767/?format=api",
    "image_uri": "https://coverartarchive.org/release/5ee4b8d0-5e13-44e1-81cb-3865e1cb59a3/5957425092-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5ee4b8d0-5e13-44e1-81cb-3865e1cb59a3/5957425092-250.jpg",
    "song": "Intravenous",
    "track_id": null,
    "recording_id": "40c9c0c4-4ee0-45e3-b9a4-973c5ba1250a",
    "artist": "Bel Canto",
    "artist_ids": [
        "7537c506-c49b-47a8-a313-4ece139a9ddd"
    ],
    "album": "Birds of Passage",
    "release_id": null,
    "release_group_id": "d39f3afd-cf92-32bf-8666-5a9f4f57dae7",
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Ducks fly together\" - some famous philosopher, probably",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}