Information about plays

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

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

{
    "id": 3599378,
    "uri": "https://api.kexp.org/v2/plays/3599378/?format=api",
    "airdate": "2026-01-02T19:28:33-08:00",
    "show": 65543,
    "show_uri": "https://api.kexp.org/v2/shows/65543/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Acid Rock",
    "track_id": null,
    "recording_id": "c6a90592-e8b6-4bf1-8e43-2d7b81fa4c8d",
    "artist": "The Funkees",
    "artist_ids": [
        "5bdc8759-a592-4202-a48c-691d4bec5c6d"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Funkees were a very prominent Nigerian rock group in the 60s-70s West African and West Indian music scene. The Funkees was comprised of Harry Mosco on guitar, vocals, gong; Chyke Madu on drums, vocals; Sonny Akpabio on congas; Jake N. Sollo on guitar, organ, piano, vocals; Danny Heibs on bass, vocals, percussion; Mohammed Ahidjo on vocals, percussion; and Roli Paterson on bongos.\n\nhttps://soundwayrecords.bandcamp.com/album/dancing-time-the-best-of-eastern-nigerias-afro-rock-exponents-1973-77",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}