Information about plays

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

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

{
    "id": 381877,
    "uri": "https://api.kexp.org/v2/plays/381877/?format=api",
    "airdate": "2019-09-17T06:38:59-07:00",
    "show": 6358,
    "show_uri": "https://api.kexp.org/v2/shows/6358/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not",
    "track_id": "d36123cf-f735-4904-8b57-7d2e84ce1923",
    "recording_id": null,
    "artist": "Big Thief",
    "artist_ids": [
        "9f81247f-7f57-42f3-a8ba-75bef554e591"
    ],
    "album": "Two Hands",
    "release_id": "7befaf76-8ed0-4019-af55-3ac6b5bc3cdf",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded 30 miles outside El Paso at Sonic Ranch Studio — surrounded by 3,000 acres of pecan orchards — the Brooklyn band called Two Hands “the earth twin” to its sister record U.F.O.F., known as “the celestial twin” (that LP was recorded in a cabin in the woods of Washington State). The new album was recorded live with almost no overdubs, giving it a raw desert feel.\n\n“Two Hands has the songs that I’m the most proud of; I can imagine myself singing them when I’m old,” singer Adrianne Lenker said in a statement. “Musically and lyrically, you can’t break it down much further than this. It’s already bare-bones.”  Catch Big Thief at The Moore on October 26th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}