Information about plays

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

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

{
    "id": 372043,
    "uri": "https://api.kexp.org/v2/plays/372043/?format=api",
    "airdate": "2019-08-25T05:21:00-07:00",
    "show": 6197,
    "show_uri": "https://api.kexp.org/v2/shows/6197/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not Alone",
    "track_id": "cf4766f6-ce83-4e7b-9ede-76ca5295a21c",
    "recording_id": null,
    "artist": "Lusine",
    "artist_ids": [
        "24ee4021-50ac-4285-b76e-860082d0d731"
    ],
    "album": "Retrace EP",
    "release_id": "69bdd403-f167-4f09-8d63-bde71bf23cfc",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [],
    "release_date": "2019-07-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Local artist Lusine is at Nectar Lounge playing with NAVVI on Oct 18th, and they'll be up in Bellingham the next day. https://www.songkick.com/concerts/39038558-lusine-at-nectar-lounge",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}