Information about plays

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

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

{
    "id": 374110,
    "uri": "https://api.kexp.org/v2/plays/374110/?format=api",
    "airdate": "2019-08-29T17:44:55-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "http://coverartarchive.org/release/0dbd400d-d9a5-45f1-9f16-c1558099d9cd/18983190962-250.jpg",
    "thumbnail_uri": "",
    "song": "Something for Your M.I.N.D.",
    "track_id": "8bc97833-3bd0-41c8-abc7-58efab2622db",
    "recording_id": null,
    "artist": "Superorganism",
    "artist_ids": [
        "228ae4f7-2425-4b1f-9d24-78cb9e267651"
    ],
    "album": "Superorganism",
    "release_id": "0dbd400d-d9a5-45f1-9f16-c1558099d9cd",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2018-03-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Superorganism initially started as a casual recording project with members based in multiple countries, across the United Kingdom, the United States, and Australia. Most of the members of Superorganism had met online in music forums and via mutual friends over a number of years. At the time of Superorganism’s formation, the majority of the members had been living in London since 2015 and decided to embark on a musical project together.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}