Information about plays

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

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

{
    "id": 354191,
    "uri": "https://api.kexp.org/v2/plays/354191/?format=api",
    "airdate": "2019-07-14T07:23:40-07:00",
    "show": 5904,
    "show_uri": "https://api.kexp.org/v2/shows/5904/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lacustrine",
    "track_id": null,
    "recording_id": null,
    "artist": "poemme",
    "artist_ids": [],
    "album": "Place Language",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fluid Audio"
    ],
    "label_ids": [],
    "release_date": "2019-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Radio debut of this track from Ohio-based musician poemme, which will be featured on the upcoming A/V compilation 'Place Language' that's due out in September! More info here: https://stationarytravels.wordpress.com/place-language/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}