Information about plays

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

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

{
    "id": 374207,
    "uri": "https://api.kexp.org/v2/plays/374207/?format=api",
    "airdate": "2019-08-29T22:52:38-07:00",
    "show": 6227,
    "show_uri": "https://api.kexp.org/v2/shows/6227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Starboard",
    "track_id": "e124285d-ea21-494c-b671-1391ef12057f",
    "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": "Lead single from Avian Comfort's debut EP 'Weekender'\nAvian Comfort is a new collaboration between Hush Hush alums Shelf Nunny + Academy Garden https://soundcloud.com/hush-hush-records/avian-comfort-starboard",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}