Information about plays

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

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

{
    "id": 3583484,
    "uri": "https://api.kexp.org/v2/plays/3583484/?format=api",
    "airdate": "2025-11-27T02:35:12-08:00",
    "show": 65220,
    "show_uri": "https://api.kexp.org/v2/shows/65220/?format=api",
    "image_uri": "https://coverartarchive.org/release/07b290ba-7d2c-47a3-b297-306514294333/41408173061-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/07b290ba-7d2c-47a3-b297-306514294333/41408173061-250.jpg",
    "song": "Paradise (Drums & Sade)",
    "track_id": null,
    "recording_id": null,
    "artist": "Sade",
    "artist_ids": [
        "67930b3e-e00b-469f-8c74-fd69f20522ec"
    ],
    "album": "Paradise",
    "release_id": null,
    "release_group_id": "eaced1cd-0375-4774-9da3-87d6a9869f3d",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Paradise” is considered one of Sade’s signature songs and became a number-one R&B hit for her, topping Billboard’s R&B chart for a week in July of 1988, making it their only U.S. number-one R&B hit to date.\n\nWatch the official music video! https://youtu.be/C0BLKudnyNo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}