Information about plays

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

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

{
    "id": 356391,
    "uri": "https://api.kexp.org/v2/plays/356391/?format=api",
    "airdate": "2019-07-19T08:27:04-07:00",
    "show": 5938,
    "show_uri": "https://api.kexp.org/v2/shows/5938/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Go",
    "track_id": "3f4cbbef-f6fa-4a38-9cfb-1af24b91bc2d",
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Born in the Echoes",
    "release_id": "e8b6d4e5-23f5-4e95-98f3-3e7e84ff11c7",
    "release_group_id": null,
    "labels": [
        "Virgin EMI Records"
    ],
    "label_ids": [
        "512e8486-bfbe-4779-b029-c364209cbb9c"
    ],
    "release_date": "2016-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song received a nomination for Best Dance Recording at the 58th Grammy Awards.:  https://www.youtube.com/watch?v=LO2RPDZkY88",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}