Information about plays

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

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

{
    "id": 369016,
    "uri": "https://api.kexp.org/v2/plays/369016/?format=api",
    "airdate": "2019-08-18T08:47:00-07:00",
    "show": 6151,
    "show_uri": "https://api.kexp.org/v2/shows/6151/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Entrodabata",
    "track_id": null,
    "recording_id": null,
    "artist": "Low Leaf",
    "artist_ids": [],
    "album": "Baker's Dozen: Low Leaf",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fat Beats"
    ],
    "label_ids": [],
    "release_date": "2019-07-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Low Leaf is the alias of Los Angeles harpist, pianist, guitarist, composer and producer Angelica Lopez ~ https://lowleaf.bandcamp.com/album/bakers-dozen-low-leaf",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}