Information about plays

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

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

{
    "id": 354186,
    "uri": "https://api.kexp.org/v2/plays/354186/?format=api",
    "airdate": "2019-07-14T06:57:00-07:00",
    "show": 5904,
    "show_uri": "https://api.kexp.org/v2/shows/5904/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Horizon",
    "track_id": null,
    "recording_id": null,
    "artist": "Michael Gordon",
    "artist_ids": [],
    "album": "Horizon",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Polar Seas Recordings"
    ],
    "label_ids": [],
    "release_date": "2019-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recent solo album from Michael Gordon aka Michael Abercrombie, one-half of North Atlantic Drift alongside Polar Seas Recordings boss Brad Deschamps (aka anthéne) ~ https://polarseasrecordings.bandcamp.com/album/horizon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}