Information about plays

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

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

{
    "id": 3522714,
    "uri": "https://api.kexp.org/v2/plays/3522714/?format=api",
    "airdate": "2025-07-04T21:03:57-07:00",
    "show": 63920,
    "show_uri": "https://api.kexp.org/v2/shows/63920/?format=api",
    "image_uri": "https://coverartarchive.org/release/ccb0602b-e6bc-43e7-885d-0666992a15d4/7854217565-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ccb0602b-e6bc-43e7-885d-0666992a15d4/7854217565-250.jpg",
    "song": "Outstanding",
    "track_id": null,
    "recording_id": "bc8a4652-e31e-4c38-9dd5-b786690ed645",
    "artist": "The Gap Band",
    "artist_ids": [
        "00aab979-da36-4efd-9086-e409cda07f9c"
    ],
    "album": "The Best of Gap Band",
    "release_id": null,
    "release_group_id": "a0e0d643-8144-38fe-a67c-d1b49e8cd1a1",
    "labels": [],
    "label_ids": [],
    "release_date": "1994-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Outstanding\" was written by The Gap Band  member Raymond Calhoun. It was one of the band's biggest hits, reaching the number one spot on the U.S. R&B Singles Chart in February 1983. \n\"Outstanding\" remains one of the most sampled songs in history and has been used by over an astonishing 150 artists, including Madonna, Tina Turner, Will Smith, Usher, George Michael, and even Laker's Center Shaquille O'Neal, to name a few.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}