Information about plays

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

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

{
    "id": 370472,
    "uri": "https://api.kexp.org/v2/plays/370472/?format=api",
    "airdate": "2019-08-21T16:34:12-07:00",
    "show": 6173,
    "show_uri": "https://api.kexp.org/v2/shows/6173/?format=api",
    "image_uri": "http://coverartarchive.org/release/70fc4df9-1a86-4357-aac7-0694d4248aed/8413711733-250.jpg",
    "thumbnail_uri": "",
    "song": "Hell",
    "track_id": "cabc36f1-44b8-3c84-a384-0f9ec159dc60",
    "recording_id": null,
    "artist": "Squirrel Nut Zippers",
    "artist_ids": [
        "31810c40-932a-4f2d-8cfd-17849844e2a6"
    ],
    "album": "Hot",
    "release_id": "70fc4df9-1a86-4357-aac7-0694d4248aed",
    "release_group_id": null,
    "labels": [
        "Mammoth Records"
    ],
    "label_ids": [
        "fff50bfe-ecdb-4d2c-882d-a86190d9dd55"
    ],
    "release_date": "1996-06-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}