Information about plays

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

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

{
    "id": 3418111,
    "uri": "https://api.kexp.org/v2/plays/3418111/?format=api",
    "airdate": "2024-10-27T19:56:02-07:00",
    "show": 61691,
    "show_uri": "https://api.kexp.org/v2/shows/61691/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sardines",
    "track_id": null,
    "recording_id": "0179ca7f-31a1-493b-b569-cdfee62a48da",
    "artist": "Junk Yard Band",
    "artist_ids": [
        "4acb75f5-8a97-4bc4-96a4-492c95db0eb5"
    ],
    "album": "JY Reunion",
    "release_id": null,
    "release_group_id": "fefa2a90-cac9-3330-b43e-0751b26bdf39",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Go Go Classic (produced by Rick Rubin)\n\nThe band was formed in 1980 by children, ranging in age from 8 to 13, living in the Barry Farm government housing project in Washington, D.C.  They were inspired to play after witnessing the performances of local go-go bands in their neighborhood. Not having resources to purchase traditional instruments, the children instead scoured their neighborhood in search of objects that could emulate the sound of real instruments: hubcaps, plastic buckets, crates, cans, and discarded pots and pans - these types of GoGo bands became known as \"Bucket Bands\".  After a few informal performances in Barry Farm, the group was dubbed the \"Junk Yard Band\" by locals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}