Information about plays

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

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

{
    "id": 376519,
    "uri": "https://api.kexp.org/v2/plays/376519/?format=api",
    "airdate": "2019-09-04T12:15:22-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Undertow",
    "track_id": "e41b8555-00b1-3f65-aecc-628553e7dc5c",
    "recording_id": null,
    "artist": "Lush",
    "artist_ids": [
        "697801d1-68b2-4413-a7e4-0ef507d21cc1"
    ],
    "album": "Split",
    "release_id": "ce67f98a-bfa7-43f7-88fa-38a9df8835c8",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1994-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lush's third album. <i>Split</i>, was released in 1994. AllMusic's review said: \"<i>Split</i> touches on most forms of emotional turbulence. A legitimizing stunner, the record prevented the band from being lost amidst the bunker of form-over-function dream pop bands. Split shattered every negative aspect of those failed acts with flying colors. A fantastic record within any realm.\" https://bit.ly/2jXy5EU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}