Information about plays

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

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

{
    "id": 347619,
    "uri": "https://api.kexp.org/v2/plays/347619/?format=api",
    "airdate": "2019-06-28T23:24:00-07:00",
    "show": 5788,
    "show_uri": "https://api.kexp.org/v2/shows/5788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Water Guns (Lead Is Water BORN)",
    "track_id": "64ae94d6-54c4-4057-a639-aa47b5d67b52",
    "recording_id": null,
    "artist": "One Be Lo",
    "artist_ids": [
        "9068a4af-a495-4d82-b6f3-b195f358e16d"
    ],
    "album": "The Original BORN ONES",
    "release_id": "82ede884-fa7c-4c1a-937c-b984baff6887",
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2016-02-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Bean One and OneManArmy. https://onebelo.bandcamp.com/album/the-original-born-ones",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}