Information about plays

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

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

{
    "id": 379632,
    "uri": "https://api.kexp.org/v2/plays/379632/?format=api",
    "airdate": "2019-09-11T17:36:00-07:00",
    "show": 6319,
    "show_uri": "https://api.kexp.org/v2/shows/6319/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Situation (US 12″)",
    "track_id": "4a4d4b6d-6bc5-3aa1-8885-5eefb46af53f",
    "recording_id": null,
    "artist": "Yazoo",
    "artist_ids": [
        "42922db2-2e80-44b8-9cdf-0b3a6634c124"
    ],
    "album": "Upstairs at Eric’s",
    "release_id": "10bf8b24-f2fb-432c-875a-75271cea80a8",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [],
    "release_date": "1990-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Known as Yaz in North America, this English synth-pop band consisted of Alison Moyet and former Depeche Mode member, Vince Clarke. Watch this short documentary about Yazoo with interviews with both band members and exclusive archive footage. https://bit.ly/2sgviWK",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}