Information about plays

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

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

{
    "id": 353219,
    "uri": "https://api.kexp.org/v2/plays/353219/?format=api",
    "airdate": "2019-07-11T21:36:35-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?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": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle producer Lusine has dropped “Not Alone,” a compelling collaboration with singer Jenn Champion from his upcoming Retrace EP. \n\nLusine’s Retrace EP is out tomorrow via Ghostly International. Watch the video for “Not Alone” https://www.youtube.com/watch?v=HbIcCbEuFHM\n\nand oh yeah, Jenn Champion performing LIVE at Tractor Tavern, Friday, September 6.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}