Information about plays

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

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

{
    "id": 350959,
    "uri": "https://api.kexp.org/v2/plays/350959/?format=api",
    "airdate": "2019-07-06T18:21:37-07:00",
    "show": 5846,
    "show_uri": "https://api.kexp.org/v2/shows/5846/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Meow Meow Meow",
    "track_id": "24ec3a34-5130-4b1d-8494-07ad26733981",
    "recording_id": null,
    "artist": "Constant Lovers",
    "artist_ids": [
        "f31e4999-b5fb-4410-ae28-f0813546248c"
    ],
    "album": "Pangs",
    "release_id": "d60757f8-8cfe-40c8-acdf-51fbc985fb01",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-10-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Constant Lovers will be playing at the Clock-Out Lounge in Seattle at 9pm on Saturday, August 31st.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}