Information about plays

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

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

{
    "id": 371230,
    "uri": "https://api.kexp.org/v2/plays/371230/?format=api",
    "airdate": "2019-08-23T09:10:31-07:00",
    "show": 6183,
    "show_uri": "https://api.kexp.org/v2/shows/6183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Modern Chemistry (Single Edit)",
    "track_id": "12964be6-c018-491a-bfa4-2a2be68e4bae",
    "recording_id": null,
    "artist": "NAVVI",
    "artist_ids": [
        "b2595e56-5e19-43e1-8e6a-3e27fc7f7476"
    ],
    "album": "25O2",
    "release_id": "ad0b687d-02d0-453a-b68f-b57058d59408",
    "release_group_id": null,
    "labels": [
        "Hush Hush"
    ],
    "label_ids": [
        "e16ca8cb-0b05-4457-82ea-dc89913c0c86"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NAVVI will be playing KEXP and Seattle Center's Concerts at the Mural tonight, Friday, August 23rd, 2019.  You can also hear NAVVI at the Nectar Lounge on Friday, October 18th, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}