Information about plays

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

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

{
    "id": 346845,
    "uri": "https://api.kexp.org/v2/plays/346845/?format=api",
    "airdate": "2019-06-27T06:12:48-07:00",
    "show": 5779,
    "show_uri": "https://api.kexp.org/v2/shows/5779/?format=api",
    "image_uri": "http://coverartarchive.org/release/941364ea-73e1-405b-843d-9bc2cb557889/12216905896-250.jpg",
    "thumbnail_uri": "",
    "song": "Changes",
    "track_id": "bb8cc87b-ba7a-4839-9323-560d31d1c47b",
    "recording_id": null,
    "artist": "Charles Bradley",
    "artist_ids": [
        "dc6d2ba1-012c-47a7-ba3f-d74e76c30d53"
    ],
    "album": "Changes",
    "release_id": "941364ea-73e1-405b-843d-9bc2cb557889",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2015-12-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Charles Bradley, The Screaming Eagle of Soul, passed away of stomach cancer on September 23, 2017 at the age of 68. Watch him performing this song live in our Gathering Space in 2016 here: https://www.youtube.com/watch?v=z8qTC47S8Fw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}