Information about plays

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

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

{
    "id": 354472,
    "uri": "https://api.kexp.org/v2/plays/354472/?format=api",
    "airdate": "2019-07-14T23:52:00-07:00",
    "show": 5909,
    "show_uri": "https://api.kexp.org/v2/shows/5909/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moon Scepter Elimination",
    "track_id": "6d344327-dbd4-424d-bfbe-bb2d047e3d9f",
    "recording_id": null,
    "artist": "Nathan Micay",
    "artist_ids": [
        "64f43af4-b3ab-4fa8-8243-a4d08922102c"
    ],
    "album": "Blue Spring",
    "release_id": "9f5b60d8-059a-4bb9-8fa3-b6b6b890a12e",
    "release_group_id": null,
    "labels": [
        "LuckyMe"
    ],
    "label_ids": [],
    "release_date": "2019-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Titled ‘Blue Spring’, the 11-track album from the Canadian artist formerly known as Bwana explores the “sweet-spot between prog, trance, techno, hardcore, jungle, IDM and ambient”.\" https://mixmag.net/read/nathan-micay-debut-album-blue-spring-news   //  https://soundcloud.com/nathanmicay",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}