Information about plays

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

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

{
    "id": 349120,
    "uri": "https://api.kexp.org/v2/plays/349120/?format=api",
    "airdate": "2019-07-02T16:22:53-07:00",
    "show": 5818,
    "show_uri": "https://api.kexp.org/v2/shows/5818/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where Angels Fear To Tread",
    "track_id": "00514c1e-311b-4a2a-bede-2c98121e4f78",
    "recording_id": null,
    "artist": "Disclosure",
    "artist_ids": [
        "ae65c507-d9a0-4d42-9a6c-2b1f82158b9f"
    ],
    "album": "Where Angels Fear to Tread",
    "release_id": "8467bdc3-1b0a-42e6-8498-2fcd1219569e",
    "release_group_id": null,
    "labels": [
        "PMR Records"
    ],
    "label_ids": [
        "9eb5fc82-82ce-4f6e-85d4-52e23decfa1e"
    ],
    "release_date": "2018-08-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of a handful of singles Disclosure dropped last summer. https://bit.ly/2XnKwMP",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}