Information about plays

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

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

{
    "id": 374065,
    "uri": "https://api.kexp.org/v2/plays/374065/?format=api",
    "airdate": "2019-08-29T16:10:52-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dance Away",
    "track_id": "824b01b4-acbb-36d5-b841-b262de6c0015",
    "recording_id": null,
    "artist": "Roxy Music",
    "artist_ids": [
        "331ce348-1b08-40b9-8ed7-0763b92bd003"
    ],
    "album": "Manifesto",
    "release_id": "c3af5e3b-b213-328f-9720-d765cb4a511c",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1999-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I included the following inscription on the inner cover: 'This compilation is dedicated to all the people in my life who have supported me on my journey of growth and exploration over the past year. My path would have been longer and more arduous without you.'\" - Bjorn",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}