Information about plays

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

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

{
    "id": 350397,
    "uri": "https://api.kexp.org/v2/plays/350397/?format=api",
    "airdate": "2019-07-05T09:22:52-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fairies Wear Boots",
    "track_id": "c43acd43-9700-462f-ab8a-15c8e3f824c6",
    "recording_id": null,
    "artist": "Brownout presents Brown Sabbath",
    "artist_ids": [
        "c7c1b94b-92d6-4ffb-bc53-949e24d8b858"
    ],
    "album": "Brownout Presents Brown Sabbath, Vol. II",
    "release_id": "eaa33924-aef8-4550-9919-b7cd33326078",
    "release_group_id": null,
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2016-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a 2017 live KEXP in-studio performance that included \"Fairies Wear Boots\":  https://www.youtube.com/watch?v=F9_4RafCWso",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}