Information about plays

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

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

{
    "id": 3639521,
    "uri": "https://api.kexp.org/v2/plays/3639521/?format=api",
    "airdate": "2026-04-08T15:57:53-07:00",
    "show": 66400,
    "show_uri": "https://api.kexp.org/v2/shows/66400/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time Won’t Wait",
    "track_id": null,
    "recording_id": "2b6c58f5-5efb-4a92-87e6-b51115c34189",
    "artist": "Jamiroquai",
    "artist_ids": [
        "f4857fb9-e255-4dc6-bd01-e4ca7cc68544"
    ],
    "album": "Dynamite",
    "release_id": null,
    "release_group_id": "b25a39f2-4b68-359a-9a1f-bcb1459e071e",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2005-01-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oh, my....don't miss this live performance of \"Time Won't Wait\" in Verona in 2006: https://www.youtube.com/watch?v=6bFUygxlVpc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}