Information about plays

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

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

{
    "id": 350348,
    "uri": "https://api.kexp.org/v2/plays/350348/?format=api",
    "airdate": "2019-07-05T06:30:00-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Two Dots",
    "track_id": "aed27a40-fd37-4d2a-90d9-48472379860e",
    "recording_id": null,
    "artist": "Lusine",
    "artist_ids": [
        "24ee4021-50ac-4285-b76e-860082d0d731"
    ],
    "album": "A Certain Distance",
    "release_id": "36a89578-19d6-49a1-99f7-27c8ab1bee32",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [],
    "release_date": "2009-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lusine will perform at the Cascadia NW Arts and Music Festival in Granite Falls, Washington, Thursday -Sunday, July 25th-28th, 2019:   https://www.cascadianw.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}