Information about plays

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

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

{
    "id": 351628,
    "uri": "https://api.kexp.org/v2/plays/351628/?format=api",
    "airdate": "2019-07-08T08:27:09-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Am Ok",
    "track_id": "1feb16db-1580-45f7-9683-db4f90df3506",
    "recording_id": null,
    "artist": "Lea Porcelain",
    "artist_ids": [
        "5b83ee82-56ce-4302-b61b-724a10bedc52"
    ],
    "album": "I Am OK",
    "release_id": "49cd1afb-0cde-4edb-9abf-0fa0ccec4c9b",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks, Dan, for this request.  We've moved up to the roof so we can blast it!  This song premiered on The Morning Show in April.  Hear it again and read n interview with Berlin-based duo  Lea Porcelain:  https://www.kexp.org/read/2019/4/5/lea-porcelain-reassure-us-new-single-i-am-ok-kexp-premiere/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}