Information about plays

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

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

{
    "id": 350408,
    "uri": "https://api.kexp.org/v2/plays/350408/?format=api",
    "airdate": "2019-07-05T10:15:17-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "http://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": "Brian Burton aka Danger Mouse co-produced both Michael Kiwanuka's <em>Love & Hate</em> and The Black Keys' <em>Turn Blue</em>.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}