Information about plays

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

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

{
    "id": 347345,
    "uri": "https://api.kexp.org/v2/plays/347345/?format=api",
    "airdate": "2019-06-28T08:27:45-07:00",
    "show": 5784,
    "show_uri": "https://api.kexp.org/v2/shows/5784/?format=api",
    "image_uri": "http://coverartarchive.org/release/46806f07-8650-4b65-8f36-c3328f399091/14486582828-250.jpg",
    "thumbnail_uri": "",
    "song": "Squares",
    "track_id": "ec1c91bc-e314-302e-9534-0bedfce7699b",
    "recording_id": null,
    "artist": "The Beta Band",
    "artist_ids": [
        "0d82f0cd-107a-403f-a726-ac7287cbea65"
    ],
    "album": "The Best of The Beta Band: Music",
    "release_id": "46806f07-8650-4b65-8f36-c3328f399091",
    "release_group_id": null,
    "labels": [
        "Regal"
    ],
    "label_ids": [
        "c3b2ae8c-1d88-4c5e-a683-1ffb720c12f2"
    ],
    "release_date": "2005-10-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Squares\" is considered one of the ten best Beta Band songs.  Read a discussion of all ten:https://www.stereogum.com/1655001/the-10-best-beta-band-songs/franchises/10-best-songs/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}