Information about plays

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

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

{
    "id": 356264,
    "uri": "https://api.kexp.org/v2/plays/356264/?format=api",
    "airdate": "2019-07-19T00:59:04-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "D2B",
    "track_id": "c71ccf69-bd8c-4396-8300-069f8355d6df",
    "recording_id": null,
    "artist": "Clay Beds",
    "artist_ids": [
        "4cde959e-92e7-491e-b9d8-6dd07b89e768"
    ],
    "album": "Clay Beds",
    "release_id": "0c3fd058-4731-403a-a34b-da9fd1e43126",
    "release_group_id": null,
    "labels": [
        "Hush Hush"
    ],
    "label_ids": [
        "e16ca8cb-0b05-4457-82ea-dc89913c0c86"
    ],
    "release_date": "2019-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tacoma, Wa \nhttps://hushhushrecords.bandcamp.com/album/clay-beds",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}