Information about plays

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

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

{
    "id": 350931,
    "uri": "https://api.kexp.org/v2/plays/350931/?format=api",
    "airdate": "2019-07-06T16:46:15-07:00",
    "show": 5845,
    "show_uri": "https://api.kexp.org/v2/shows/5845/?format=api",
    "image_uri": "http://coverartarchive.org/release/e9260e60-12d9-45b6-b7a5-f997f5d076ff/23166276088-250.jpg",
    "thumbnail_uri": "",
    "song": "Georgia",
    "track_id": "3b5bbba8-1d32-495c-baa4-d14bbfa02f56",
    "recording_id": null,
    "artist": "Kevin Abstract",
    "artist_ids": [
        "3cd2e1c5-e7ff-4bc8-b281-1e3059d128d6"
    ],
    "album": "ARIZONA BABY",
    "release_id": "e9260e60-12d9-45b6-b7a5-f997f5d076ff",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brockhampton, the group that Kevin Abstract is one of the founding members of, has teased new music and a new album. https://www.thefader.com/2019/07/03/brockhampton-new-album-ginger",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}