Information about plays

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

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

{
    "id": 346403,
    "uri": "https://api.kexp.org/v2/plays/346403/?format=api",
    "airdate": "2019-06-26T09:08:00-07:00",
    "show": 5773,
    "show_uri": "https://api.kexp.org/v2/shows/5773/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Change",
    "track_id": "b76e2378-f7ee-4882-aa50-5b89ee366728",
    "recording_id": null,
    "artist": "INXS",
    "artist_ids": [
        "481bf5f9-2e7c-4c44-b08a-05b32bc7c00d"
    ],
    "album": "Shabooh Shoobah",
    "release_id": "349325a9-316c-413e-bbe2-eab43e252bf2",
    "release_group_id": null,
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Don't change for you / Don't change a thing for me...\" Here's the official video from 1982: https://www.youtube.com/watch?v=sLm3Khusq_8 <br> </br> If you want to see Troy Nelson's interpretation, nearly shot for shot, of INXS' \"Don't Change\" video, check it out here - directed by Norma Straw: https://www.youtube.com/watch?v=m3-frpzW8BU.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}