Information about plays

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

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

{
    "id": 2675816,
    "uri": "https://api.kexp.org/v2/plays/2675816/?format=api",
    "airdate": "2019-12-20T06:31:51-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/9450beeb-512c-4fd1-bab7-1d84982a8002/21267586570-250.jpg",
    "thumbnail_uri": "",
    "song": "Love & Hate",
    "track_id": "caac11d2-de79-43a3-ab81-26b74f5b72fe",
    "recording_id": null,
    "artist": "Michael Kiwanuka",
    "artist_ids": [
        "11f570ff-44d9-4e9c-8812-e6d56103c5c1"
    ],
    "album": "Love & Hate",
    "release_id": "9450beeb-512c-4fd1-bab7-1d84982a8002",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2016-07-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 49.  Michael Kiwanuka's \"perfect\" second album came out in 2016 and was nominated for The Mercury Prize in 2017.  See an acoustic live version of the wonderful title song: https://www.youtube.com/watch?v=Wfotg_q5Bkc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}