Information about plays

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

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

{
    "id": 379042,
    "uri": "https://api.kexp.org/v2/plays/379042/?format=api",
    "airdate": "2019-09-10T07:59:48-07:00",
    "show": 6310,
    "show_uri": "https://api.kexp.org/v2/shows/6310/?format=api",
    "image_uri": "http://coverartarchive.org/release/7b5bbdc0-3cf6-4e2b-9aea-7397095b45dc/23545082637-250.jpg",
    "thumbnail_uri": "",
    "song": "I Loved Being My Mother’s Son",
    "track_id": "5bf30b87-2345-41a4-b99a-d241116eb320",
    "recording_id": null,
    "artist": "Purple Mountains",
    "artist_ids": [
        "f1c5239b-0c9c-4453-8620-168df0b7f636"
    ],
    "album": "Purple Mountains",
    "release_id": "7b5bbdc0-3cf6-4e2b-9aea-7397095b45dc",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The late Purple Mountains frontman, David Berman on \"I Loved Being My Mother's Son\":  \"Oh, well, I guess this was the first song that I wrote [for this album]. It was self-soothing. It was immediately after my mom's death, when I was just hanging out in her little house. Something about playing the guitar — the vibration of the wood against your chest… that's really when I picked up the guitar again. I think it was like meditation, but it was also like massage. I played these simple chords and I knew it was about my mom but it didn't have any words. I knew from the uplift and the sweetness in it.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}