Information about plays

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

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

{
    "id": 376511,
    "uri": "https://api.kexp.org/v2/plays/376511/?format=api",
    "airdate": "2019-09-04T11:49:58-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Makes Me Sick",
    "track_id": "0e3c2c7f-3949-4325-87dc-69e539561d1a",
    "recording_id": null,
    "artist": "The Berries",
    "artist_ids": [
        "2bcec627-ca06-41a7-8977-e6038e7b2602"
    ],
    "album": "Berryland",
    "release_id": "ab30ec1e-de6a-41f3-95f8-c0192675dc2d",
    "release_group_id": null,
    "labels": [
        "Run for Cover Records"
    ],
    "label_ids": [
        "9c5c93da-b877-4c50-9ae8-7c6aaaf32e51"
    ],
    "release_date": "2019-09-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Berries’ sophomore full-length feels like something of an oddity in 2019. It’s an unabashed love letter to decades of guitar music that manages to sound fresh, it’s got Americana sway and Brit rock swagger. It’s an album preoccupied with the state of the world that never strays from the realm of personal; it explores the pull of extremes in an effort to find balance;and it doesn’t surrender to nihilism nor pander to hopefulness. It’s Berryland, and it rocks.\" https://theberrieswa.bandcamp.com/album/berryland",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}