Information about plays

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

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

{
    "id": 349076,
    "uri": "https://api.kexp.org/v2/plays/349076/?format=api",
    "airdate": "2019-07-02T14:51:21-07:00",
    "show": 5818,
    "show_uri": "https://api.kexp.org/v2/shows/5818/?format=api",
    "image_uri": "http://coverartarchive.org/release/565cab47-2cf3-4fbd-87a0-e470b110eef2/13559321426-250.jpg",
    "thumbnail_uri": "",
    "song": "Blessings",
    "track_id": "3fa6c282-9dc8-482f-bb4c-cb0c00ac5448",
    "recording_id": null,
    "artist": "Chance the Rapper feat. Ty Dolla $ign",
    "artist_ids": [
        "7bd66c18-cb33-49aa-9279-140acedbdb49"
    ],
    "album": "Coloring Book",
    "release_id": "565cab47-2cf3-4fbd-87a0-e470b110eef2",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chance the Rapper has been teasing the release of his new album, set to be released later this month.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}