Information about plays

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

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

{
    "id": 379122,
    "uri": "https://api.kexp.org/v2/plays/379122/?format=api",
    "airdate": "2019-09-10T12:58:19-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "http://coverartarchive.org/release/481c10f1-2ee3-4a58-9d9d-6bfd5271c67c/22564847980-250.jpg",
    "thumbnail_uri": "",
    "song": "Gold Day",
    "track_id": "78ff5afd-58db-4dbc-b106-88a625ef1bfa",
    "recording_id": null,
    "artist": "Sparklehorse",
    "artist_ids": [
        "45be8e20-3c3c-4e78-98f0-b5bdecf2f703"
    ],
    "album": "It's A Wonderful Life",
    "release_id": "481c10f1-2ee3-4a58-9d9d-6bfd5271c67c",
    "release_group_id": null,
    "labels": [
        "Capitol Records, Inc."
    ],
    "label_ids": [
        "e63fbdc9-1547-4ffa-96d1-c4e887b6af28"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song request by our listener is in honor of their brother's 42nd birthday. They write that, \"When my brother and I are together I love that we spend our time grabbing on to the light.\"   Read a tribute to Mark Linkous and the great album, \"It's a Wonderful Life\": http://www.vinylmeplease.com/magazine/sparklehorse/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}