Information about plays

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

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

{
    "id": 350058,
    "uri": "https://api.kexp.org/v2/plays/350058/?format=api",
    "airdate": "2019-07-04T14:17:16-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/0d9a74bb-142c-4da1-a95b-9783f62e4eef/22810472168-250.jpg",
    "thumbnail_uri": "",
    "song": "Freedom",
    "track_id": "67d1eede-604a-46f2-a833-d2603e4db9ef",
    "recording_id": null,
    "artist": "Beyoncé",
    "artist_ids": [
        "859d0860-d480-4efd-970c-c05d5f1776b8"
    ],
    "album": "Homecoming: The Live Album",
    "release_id": "0d9a74bb-142c-4da1-a95b-9783f62e4eef",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-04-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}