Information about plays

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

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

{
    "id": 352767,
    "uri": "https://api.kexp.org/v2/plays/352767/?format=api",
    "airdate": "2019-07-11T00:07:16-07:00",
    "show": 5878,
    "show_uri": "https://api.kexp.org/v2/shows/5878/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not Alone",
    "track_id": "cf4766f6-ce83-4e7b-9ede-76ca5295a21c",
    "recording_id": null,
    "artist": "Lusine feat. Jenn Champion",
    "artist_ids": [
        "47553783-12bd-4f2c-999c-d5743be93668"
    ],
    "album": "Retrace",
    "release_id": "69bdd403-f167-4f09-8d63-bde71bf23cfc",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Catch Lusine at the Cascadia NW Arts & Music Festival in Granite Falls on July 27th\n   http://lusineweb.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}