Information about plays

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

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

{
    "id": 3568459,
    "uri": "https://api.kexp.org/v2/plays/3568459/?format=api",
    "airdate": "2025-10-22T09:55:08-07:00",
    "show": 64902,
    "show_uri": "https://api.kexp.org/v2/shows/64902/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jet Fighter",
    "track_id": null,
    "recording_id": "f9db5643-92d6-4b1b-9aec-e75265d46718",
    "artist": "The Three O’Clock",
    "artist_ids": [
        "68c6d2ae-36a7-4bf6-92fd-687355ef18e8"
    ],
    "album": "Sixteen Tambourines",
    "release_id": null,
    "release_group_id": "b9d4779c-f61e-310a-8da4-e1d12622c522",
    "labels": [
        "Frontier Records"
    ],
    "label_ids": [
        "93450244-634f-4144-9f1f-8eec94999261"
    ],
    "release_date": "1983-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Three O'Clock were the quintessential L.A. Paisley Underground band. Lead singer and bassist Michael Quercio in fact coined the term to describe the set of bands, including the Dream Syndicate, Rain Parade, Green on Red, and the Bangles, who incorporated the chiming guitars of the Byrds and the Beatles into their pop songs with a psychedelic bent, and the clothes to match.\n\nMembers of The Three O’Clock have gone on to play in the bands Jellyfish, Game Theory, Mary’s Danish, and The Grays.\nhttps://omnivorerecordings.com/the-three-oclock/\n\nhttps://thethreeoclock.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}