Information about plays

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

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

{
    "id": 357693,
    "uri": "https://api.kexp.org/v2/plays/357693/?format=api",
    "airdate": "2019-07-22T15:34:27-07:00",
    "show": 5963,
    "show_uri": "https://api.kexp.org/v2/shows/5963/?format=api",
    "image_uri": "http://coverartarchive.org/release/5dc23608-b9f5-4c23-ab14-621545611ec2/23135735978-250.jpg",
    "thumbnail_uri": "",
    "song": "Tropic of Cancer",
    "track_id": "195a7bdc-bb27-4d47-a61c-7842e64a5897",
    "recording_id": null,
    "artist": "Minor Poet",
    "artist_ids": [
        "1fb2fb4d-ec97-496a-a876-19da2083296a"
    ],
    "album": "The Good News",
    "release_id": "5dc23608-b9f5-4c23-ab14-621545611ec2",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"<i>The Good News</i> was made over four days at Montrose Recording, in Minor Poet’s hometown of Richmond, VA. In the past, Andrew Carter played all the instruments and handled all the production, but he knew he that he had to reach outside himself to do justice to these songs.\" Read more about this Sub Pop artist here: https://bit.ly/2GGMyPf",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}