Information about plays

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

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

{
    "id": 376521,
    "uri": "https://api.kexp.org/v2/plays/376521/?format=api",
    "airdate": "2019-09-04T12:24:28-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "http://coverartarchive.org/release/70e99a04-ecbd-3600-a1e6-75c0730bdbaf/7947222783-250.jpg",
    "thumbnail_uri": "",
    "song": "Lilies",
    "track_id": "8b4f2643-c027-35e9-80f8-59718a1ad945",
    "recording_id": null,
    "artist": "Cranes",
    "artist_ids": [
        "f6dfc44d-5da4-4ed1-949b-32715630dff4"
    ],
    "album": "Loved",
    "release_id": "70e99a04-ecbd-3600-a1e6-75c0730bdbaf",
    "release_group_id": null,
    "labels": [
        "Dedicated"
    ],
    "label_ids": [
        "d769b2e7-0827-461f-978c-493d522cf67d"
    ],
    "release_date": "1994-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On \"Lilies\" Cranes has guitar grinding and haunting vocals. This album <i>Loved</i> was released in 1994. Many of us will always have Cranes in the top ten live performances ever, with Alison's unique childlike, high-pitched voice and her brother Jim's guitars. <br> <br> Where am I? Where am I? <br> And oh - those rainbows are long gone <br>\nAnd mud lies where those days once shone <br>\nAnd now there's just a space... <br>\nSomething to hold <br>\nSomething to feel <br>\nSomeone to love <br>\nSomeone to need",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}