Information about plays

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

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

{
    "id": 371054,
    "uri": "https://api.kexp.org/v2/plays/371054/?format=api",
    "airdate": "2019-08-22T22:30:27-07:00",
    "show": 6181,
    "show_uri": "https://api.kexp.org/v2/shows/6181/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Weekender",
    "track_id": "a2a4bdcc-33c0-4ea7-aeb6-2de759ebf0e5",
    "recording_id": null,
    "artist": "Avian Comfort",
    "artist_ids": [
        "d65405a5-e2ac-4506-bbf8-c95f2b063bc1"
    ],
    "album": "Weekender",
    "release_id": "2afab3ed-dc16-4320-9ebd-78b51fb715bd",
    "release_group_id": null,
    "labels": [
        "Hush Hush"
    ],
    "label_ids": [
        "e16ca8cb-0b05-4457-82ea-dc89913c0c86"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Avian Comfort is the new project which involves Seattle based electronic producers Shelf Nunny and Academy Garden. They recently released their first EP Weekender which is out via Hush Hush Records. https://hushhushrecords.bandcamp.com/album/weekender",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}