Information about plays

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

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

{
    "id": 351387,
    "uri": "https://api.kexp.org/v2/plays/351387/?format=api",
    "airdate": "2019-07-07T17:04:54-07:00",
    "show": 5855,
    "show_uri": "https://api.kexp.org/v2/shows/5855/?format=api",
    "image_uri": "http://coverartarchive.org/release/e419b2dd-5b44-4935-a920-905ddea2b0c7/17346245623-250.jpg",
    "thumbnail_uri": "",
    "song": "Kill for Love",
    "track_id": "64abbece-bc21-36bd-a98e-ae71181e621c",
    "recording_id": null,
    "artist": "Chromatics",
    "artist_ids": [
        "c89ea689-c053-4d97-bada-8b81a6236f58"
    ],
    "album": "Kill for Love",
    "release_id": "e419b2dd-5b44-4935-a920-905ddea2b0c7",
    "release_group_id": null,
    "labels": [
        "Italians Do It Better"
    ],
    "label_ids": [
        "d25f2b85-00e1-47eb-8f71-932a0809b1b9"
    ],
    "release_date": "2012-05-28",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}