Information about plays

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

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

{
    "id": 374503,
    "uri": "https://api.kexp.org/v2/plays/374503/?format=api",
    "airdate": "2019-08-30T14:35:59-07:00",
    "show": 6231,
    "show_uri": "https://api.kexp.org/v2/shows/6231/?format=api",
    "image_uri": "http://coverartarchive.org/release/28e8154b-e979-4fbf-bcb6-0264cfc7012a/7236314488-250.jpg",
    "thumbnail_uri": "",
    "song": "Teenage Lobotomy",
    "track_id": "1c54559e-fa2e-3fed-8a42-0e0be149c9f5",
    "recording_id": null,
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Rocket to Russia",
    "release_id": "28e8154b-e979-4fbf-bcb6-0264cfc7012a",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-06-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From listener Shawnna Multine:  \"This was the first mixed tape that I ever made. I was 8 years old and with the help of my 6 year old brother we recorded the Ramones songs off the TV with our tape recorder.  I feel in love with the music of the Ramones, when I saw Rock N Roll High School for the first time. It was 1980 and the closet record store was 72 miles away.  So we used what we had- a blank tape, a cassette recorder, and The Movie Channel guide. We waited for the next showing of the movie and held the cassette recorder to the TV speaker. So not only did we have Ramones songs we also had dialogue and sound effects from the movie. Side A was the Ramones , side B my brother and I telling stories with sound effects and a lot of giggling.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}