Information about plays

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

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

{
    "id": 373596,
    "uri": "https://api.kexp.org/v2/plays/373596/?format=api",
    "airdate": "2019-08-28T16:23:42-07:00",
    "show": 6220,
    "show_uri": "https://api.kexp.org/v2/shows/6220/?format=api",
    "image_uri": "http://coverartarchive.org/release/46bf7501-f244-4245-bb5c-b21fd2758efa/13076929082-250.jpg",
    "thumbnail_uri": "",
    "song": "Full Circle",
    "track_id": "46c60689-f883-4b8c-b49c-0b48cbc0d4d7",
    "recording_id": null,
    "artist": "HÆLOS",
    "artist_ids": [
        "74ca2f03-18e4-4ec1-9537-3cfefbcfd4ec"
    ],
    "album": "Full Circle",
    "release_id": "46bf7501-f244-4245-bb5c-b21fd2758efa",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2016-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Laszlo: \"Last year I decided I wanted to learn how to DJ. So as a personal project I decided that I would put out a quarterly mixtape series called Bubblin' in order to learn how to use the equipment/software and learn about song placement and transitions\".  What an awesome way to put an idea into action!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}