Information about plays

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

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

{
    "id": 356328,
    "uri": "https://api.kexp.org/v2/plays/356328/?format=api",
    "airdate": "2019-07-19T04:50:37-07:00",
    "show": 5936,
    "show_uri": "https://api.kexp.org/v2/shows/5936/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Awful Need",
    "track_id": "67d759c5-87dc-4a3d-8f9a-05ec37c94c5d",
    "recording_id": null,
    "artist": "Feels",
    "artist_ids": [
        "ebd84786-b513-41ce-8109-8355f17571e7"
    ],
    "album": "Post Earth",
    "release_id": "25900e4d-727c-4522-9e8c-33fcf491f59c",
    "release_group_id": null,
    "labels": [
        "Wichita"
    ],
    "label_ids": [
        "1c7066e4-c0ca-42c9-b1ae-d29a39855c0a"
    ],
    "release_date": "2019-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}