Information about plays

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

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

{
    "id": 350970,
    "uri": "https://api.kexp.org/v2/plays/350970/?format=api",
    "airdate": "2019-07-06T19:10:00-07:00",
    "show": 5846,
    "show_uri": "https://api.kexp.org/v2/shows/5846/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sin Fronteras",
    "track_id": null,
    "recording_id": null,
    "artist": "Khingz",
    "artist_ids": [
        "f8d1164c-3fcc-4000-9efa-4ff9e3bf213d"
    ],
    "album": "TAKA",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2017-06-02",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Khingz is a Seattle based musician takes the soul aesthetic of meaningful, lyric-driven music and applies pop sensibility.\" And will also be at the Othello Block Party on July 27th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}