Information about plays

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

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

{
    "id": 374630,
    "uri": "https://api.kexp.org/v2/plays/374630/?format=api",
    "airdate": "2019-08-30T21:36:37-07:00",
    "show": 6233,
    "show_uri": "https://api.kexp.org/v2/shows/6233/?format=api",
    "image_uri": "http://coverartarchive.org/release/565cab47-2cf3-4fbd-87a0-e470b110eef2/13559321426-250.jpg",
    "thumbnail_uri": "",
    "song": "Mixtape",
    "track_id": "ff0c71fe-49ad-4880-b3f3-79ed5e2d4d84",
    "recording_id": null,
    "artist": "Chance the Rapper feat. Young Thug & Lil Yachty",
    "artist_ids": [
        "a668565b-41b8-44a8-9d5c-8e609dbf69fc"
    ],
    "album": "Coloring Book",
    "release_id": "565cab47-2cf3-4fbd-87a0-e470b110eef2",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks everyone who participated in KEXP's first Mixtape Week, especially winner Jana! https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}