Information about plays

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

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

{
    "id": 365870,
    "uri": "https://api.kexp.org/v2/plays/365870/?format=api",
    "airdate": "2019-08-11T05:43:46-07:00",
    "show": 6102,
    "show_uri": "https://api.kexp.org/v2/shows/6102/?format=api",
    "image_uri": "http://coverartarchive.org/release/69bdd403-f167-4f09-8d63-bde71bf23cfc/23746668793-250.jpg",
    "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 EP",
    "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": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Lusine in studio performance at KEXP from 2017 https://www.youtube.com/watch?v=BAjeNTPWs0I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}