Information about plays

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

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

{
    "id": 352419,
    "uri": "https://api.kexp.org/v2/plays/352419/?format=api",
    "airdate": "2019-07-10T03:47:00-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Perfect Place",
    "track_id": null,
    "recording_id": null,
    "artist": "Sui Zhen",
    "artist_ids": [
        "146c4bdb-df14-4468-baa8-c624cda7b6e3"
    ],
    "album": "Perfect Place",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cascine"
    ],
    "label_ids": [],
    "release_date": "2019-06-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On 2016’s Secretly Susan, Australian musician Sui Zhen used an avatar, “Susan,” as a point of entry to the artifice of life online. With “Perfect Place,” the first single from her upcoming Losing, Linda, she introduces another: the eponymous Linda. https://www.youtube.com/watch?v=GqrvMWxB36I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}