Information about plays

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

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

{
    "id": 382889,
    "uri": "https://api.kexp.org/v2/plays/382889/?format=api",
    "airdate": "2019-09-19T08:54:49-07:00",
    "show": 6370,
    "show_uri": "https://api.kexp.org/v2/shows/6370/?format=api",
    "image_uri": "http://coverartarchive.org/release/7311ac0d-ddcc-403a-a5cb-d7e62dd06ab4/10497637105-250.jpg",
    "thumbnail_uri": "",
    "song": "True Faith",
    "track_id": "94fcc4f8-07ad-3640-81e9-8fdf259d27ef",
    "recording_id": null,
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "20 Years of New Order",
    "release_id": "7311ac0d-ddcc-403a-a5cb-d7e62dd06ab4",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Musically, we were moving more towards straight dance and I was keen on keeping the New Order I'd known and loved. I eventually managed to get my bass on the original version. But, of course, the first thing any remixers do is take off my bass and put their own on. I sometimes feel like attaching a note saying, \"How about keeping the bass?\" - Peter Hook to Q about this song and era of New Order",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}