Information about plays

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

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

{
    "id": 350262,
    "uri": "https://api.kexp.org/v2/plays/350262/?format=api",
    "airdate": "2019-07-05T01:24:12-07:00",
    "show": 5833,
    "show_uri": "https://api.kexp.org/v2/shows/5833/?format=api",
    "image_uri": "http://coverartarchive.org/release/b4281981-8ef6-4183-ad06-76aa931d2f3d/7561337478-250.jpg",
    "thumbnail_uri": "",
    "song": "Flesh War",
    "track_id": "f408da0c-ebf2-4f58-9443-596abfb07f7f",
    "recording_id": null,
    "artist": "Total Control",
    "artist_ids": [
        "4ba2ddec-dd8d-44b8-8fee-1f4d06e63fb3"
    ],
    "album": "Typical System",
    "release_id": "b4281981-8ef6-4183-ad06-76aa931d2f3d",
    "release_group_id": null,
    "labels": [
        "Iron Lung Records"
    ],
    "label_ids": [
        "b967c5e5-9817-4bd5-9e14-bbb91f6d9fd6"
    ],
    "release_date": "2014-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}