Information about plays

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

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

{
    "id": 350116,
    "uri": "https://api.kexp.org/v2/plays/350116/?format=api",
    "airdate": "2019-07-04T17:37:27-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/c78f899a-fe18-473f-b916-68c3abda250a/14402794219-250.jpg",
    "thumbnail_uri": "",
    "song": "Borders",
    "track_id": "2e011cbf-a982-4082-8730-92b749d00d87",
    "recording_id": null,
    "artist": "M.I.A.",
    "artist_ids": [
        "7cf0ea9d-86b9-4dad-ba9e-2355a64899ea"
    ],
    "album": "AIM",
    "release_id": "c78f899a-fe18-473f-b916-68c3abda250a",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2016-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}