Information about plays

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

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

{
    "id": 3578483,
    "uri": "https://api.kexp.org/v2/plays/3578483/?format=api",
    "airdate": "2025-11-15T12:29:17-08:00",
    "show": 65118,
    "show_uri": "https://api.kexp.org/v2/shows/65118/?format=api",
    "image_uri": "https://ia800206.us.archive.org/22/items/mbid-d7fe4164-109f-48d2-a35a-53f6502f3f3d/mbid-d7fe4164-109f-48d2-a35a-53f6502f3f3d-22039912154_thumb500.jpg",
    "thumbnail_uri": "https://ia800206.us.archive.org/22/items/mbid-d7fe4164-109f-48d2-a35a-53f6502f3f3d/mbid-d7fe4164-109f-48d2-a35a-53f6502f3f3d-22039912154_thumb250.jpg",
    "song": "Heads We're Dancing",
    "track_id": "0febcf26-cbc9-37a9-ab42-6b9f76b425f0",
    "recording_id": "350f1c03-59a2-412b-a4fe-be305dedb379",
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "The Sensual World",
    "release_id": "d7fe4164-109f-48d2-a35a-53f6502f3f3d",
    "release_group_id": "ad555095-b0a6-42c8-87aa-8ba035d20e12",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1989-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}