Information about plays

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

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

{
    "id": 349500,
    "uri": "https://api.kexp.org/v2/plays/349500/?format=api",
    "airdate": "2019-07-03T08:12:05-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "http://coverartarchive.org/release/24d5a2fd-2a00-4df9-bcc0-7c0ee2e6f20d/3059253016-250.jpg",
    "thumbnail_uri": "",
    "song": "Hello, I Love You",
    "track_id": "34454698-7727-37db-943a-b6ed6afbd136",
    "recording_id": null,
    "artist": "The Doors",
    "artist_ids": [
        "9efff43b-3b29-4082-824e-bc82f646f93d"
    ],
    "album": "Waiting for the Sun",
    "release_id": "24d5a2fd-2a00-4df9-bcc0-7c0ee2e6f20d",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2007-03-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hello! In 1968, The Doors released their album \"Waiting for the Sun\" on this day. That's 51 years ago! Hello! <br> </br> Jim Morrison died on this day in 1971. He was 27 years old.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}