Information about plays

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

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

{
    "id": 3536685,
    "uri": "https://api.kexp.org/v2/plays/3536685/?format=api",
    "airdate": "2025-08-06T13:35:54-07:00",
    "show": 64216,
    "show_uri": "https://api.kexp.org/v2/shows/64216/?format=api",
    "image_uri": "https://coverartarchive.org/release/ff268e00-116c-47de-aae5-8b777c91cd60/4544164725-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ff268e00-116c-47de-aae5-8b777c91cd60/4544164725-250.jpg",
    "song": "What's the T?",
    "track_id": null,
    "recording_id": "00ad89a9-6550-4d50-84b8-e8dd179a0269",
    "artist": "Roy Ayers",
    "artist_ids": [
        "06e199c1-6f33-477b-a74d-bc8a283bd8f0"
    ],
    "album": "Virgin Ubiquity: Unreleased Recordings 1976-1981",
    "release_id": null,
    "release_group_id": "cfbf9a5b-19b5-3f40-a919-f74f034f49f5",
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"What's the T?\" by Roy Ayers was originally released in 2003 as part of the Virgin Ubiquity series, which featured unreleased tracks. It's a more uptempo, bassline-driven dance floor funk track that features a horn section, and vocals by Merry Clayton.\n\nRoy Ayers passed away March 4, 2025. He was 84 years old.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}