Information about plays

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

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

{
    "id": 372971,
    "uri": "https://api.kexp.org/v2/plays/372971/?format=api",
    "airdate": "2019-08-27T12:01:06-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pure",
    "track_id": "55b23120-2ced-4abe-be0f-cc43c2056fc0",
    "recording_id": null,
    "artist": "The Lightning Seeds",
    "artist_ids": [
        "1ba601a0-3401-4b28-8ddd-9af8203661e8"
    ],
    "album": "Cloudcuckooland",
    "release_id": "9d3c1f57-be4a-4a7f-b3ae-c5476e7620f8",
    "release_group_id": null,
    "labels": [
        "Ghetto Recording Company"
    ],
    "label_ids": [
        "df60b782-f1d4-4f85-ace7-88bf833a5adf"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nichole's sister imparted her musical wisdom with this playlist,to solidify Nichole's \"status as one of the freaks.\" : https://www.youtube.com/watch?v=HZFJVAaSOrE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}