Information about plays

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

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

{
    "id": 380426,
    "uri": "https://api.kexp.org/v2/plays/380426/?format=api",
    "airdate": "2019-09-13T14:16:26-07:00",
    "show": 6331,
    "show_uri": "https://api.kexp.org/v2/shows/6331/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dance Through It",
    "track_id": "0d96eaf5-bcc8-4a3e-8ac0-6de9ccc62680",
    "recording_id": null,
    "artist": "Twin Peaks",
    "artist_ids": [
        "a3ee7da1-d892-4cf3-a5ba-4c07806edbca"
    ],
    "album": "Lookout Low",
    "release_id": "3df3ba8f-7c6c-4a53-b06a-abe136440289",
    "release_group_id": null,
    "labels": [
        "Grand Jury Music"
    ],
    "label_ids": [
        "8651cee5-120f-4ad3-ae1f-a3a5d5752d69"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Twin Peaks play Neumos on November 7th.  Lookout Low is their fourth studio album and just released today!  Recorded at Monnow Valley Studio in Wales, Ethan Johns served as producer.  https://bit.ly/2kl8WEu",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}