Information about plays

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

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

{
    "id": 3598477,
    "uri": "https://api.kexp.org/v2/plays/3598477/?format=api",
    "airdate": "2025-12-31T14:38:37-08:00",
    "show": 65525,
    "show_uri": "https://api.kexp.org/v2/shows/65525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seven Minutes of Funk",
    "track_id": null,
    "recording_id": "2191d074-5f4f-4545-84a7-f69607a4ca13",
    "artist": "The Whole Darn Family",
    "artist_ids": [
        "d042bd83-78fb-41b0-8217-c81e7f5068b7"
    ],
    "album": "Has Arrived",
    "release_id": null,
    "release_group_id": "ac1d5f7a-9218-3833-863c-cd9b80acceaf",
    "labels": [
        "CLINCK RECORDS"
    ],
    "label_ids": [
        "d1ad5416-1a7a-42e8-b10d-9be374bd16ec"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This group emerged from Richmond, Virginia in the late 70’s and were managed, produced and promoted by August(Mr.Wiggles) Moon who ran an independent label called Soul International Records from a storefront in Richmond’s Southside District. This 8 song album has become a cult favorite due to the track 7:00 minutes of Funk which has been sampled by Jay-Z, Wu-Tang Clan, Foxy Brown, Method Man, Biggie Smalls and countless other hip-hop artists.: https://amherstrecords.com/the-whole-darn-family-has-arrived/index.htm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}