Information about plays

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

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

{
    "id": 347195,
    "uri": "https://api.kexp.org/v2/plays/347195/?format=api",
    "airdate": "2019-06-27T23:01:29-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sizzling",
    "track_id": "c6b19179-7003-467b-9a38-ca230d09f05d",
    "recording_id": null,
    "artist": "Daphni",
    "artist_ids": [
        "859216c4-5d01-479b-b6c3-e20cc591a86a"
    ],
    "album": "Sizzling",
    "release_id": "6a2a4106-fce4-4d3a-802a-ba0ab5a7fd05",
    "release_group_id": null,
    "labels": [
        "Jiaolong"
    ],
    "label_ids": [
        "f9703af9-62b7-45fb-a219-404809a1a622"
    ],
    "release_date": "2019-06-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Musician and doctor of mathematics Dan Snaith (aka Caribou) with his most dance floor centric output as Daphni is an offshoot of his time DJing on the road when touring with Caribou, or out on his own solo tours.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}