Information about plays

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

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

{
    "id": 380532,
    "uri": "https://api.kexp.org/v2/plays/380532/?format=api",
    "airdate": "2019-09-13T20:38:00-07:00",
    "show": 6332,
    "show_uri": "https://api.kexp.org/v2/shows/6332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Put It Down (feat Anderson Paak)",
    "track_id": null,
    "recording_id": null,
    "artist": "TOKiMONSTA",
    "artist_ids": [
        "96f6ec97-998c-4991-b836-7b71feb3ca6f"
    ],
    "album": "Fovere",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Young Art Records"
    ],
    "label_ids": [],
    "release_date": "2016-03-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Anderson .Paak - read more about him on the KEXP Music News blog. https://www.kexp.org/read/2018/11/9/anderson-paak-shares-stomping-new-single-who-r-u/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}