Information about plays

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

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

{
    "id": 354977,
    "uri": "https://api.kexp.org/v2/plays/354977/?format=api",
    "airdate": "2019-07-16T06:34:26-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Twist",
    "track_id": "ad2a9889-be32-4802-9917-40067140b7ea",
    "recording_id": null,
    "artist": "Wintersleep",
    "artist_ids": [
        "cda8e877-fe39-4939-8b09-045d68617367"
    ],
    "album": "Tiny Changes: A celebration of the Midnight Organ Fight",
    "release_id": "db9fce4e-78de-4502-8f15-09c5968dadb6",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tiny Changes: A Celebration of The Midnight Organ Fight review – astounding tribute to a lost talent.  Read all about the album here: https://bit.ly/32ly7Yx",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}