Information about plays

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

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

{
    "id": 3412866,
    "uri": "https://api.kexp.org/v2/plays/3412866/?format=api",
    "airdate": "2024-10-15T09:12:43-07:00",
    "show": 61582,
    "show_uri": "https://api.kexp.org/v2/shows/61582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "For What It’s Worth",
    "track_id": null,
    "recording_id": "92e6eb38-2c99-4003-b9d7-a7e150647788",
    "artist": "Buffalo Springfield",
    "artist_ids": [
        "22dc19af-d085-4c9b-adfb-22ec256251f1"
    ],
    "album": "For What It's Worth / Do I Have to Come Right Out and Say It",
    "release_id": null,
    "release_group_id": "7e1fd219-2ac8-4293-998e-e530ebf35289",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stephen Stills was inspired to write the song because of the Sunset Strip curfew riots in Los Angeles in November 1966, a series of early counterculture-era clashes that took place between police and young people on the Sunset Strip in Hollywood, California. Local residents and businesses had become annoyed by how crowds of young people going to clubs and music venues along the Strip had caused late-night traffic congestion. In response, they lobbied Los Angeles County to pass local ordinances stopping loitering, and enforced a strict curfew on the Strip after 10 p.m.\n\nIt worked. Young people no longer hang out at night in Hollywood. #Facts #Science",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}