Information about plays

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

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

{
    "id": 535797,
    "uri": "https://api.kexp.org/v2/plays/535797/?format=api",
    "airdate": "2002-04-08T05:15:41-07:00",
    "show": 9286,
    "show_uri": "https://api.kexp.org/v2/shows/9286/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-xliFr%2BwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-xliFr%2BwL._SL75_.jpg",
    "song": "All Eyes (live improvisation 1990)",
    "track_id": "f903e16d-7c85-4466-9ac3-664f2f10c32b",
    "recording_id": null,
    "artist": "Skinny Puppy",
    "artist_ids": [
        "5a24bc1a-c093-4a82-84ed-8d7f2da0570d"
    ],
    "album": "Brap: Back and Forth, Series Four",
    "release_id": "f42050f0-9f29-4608-93a6-bbbdd28908a4",
    "release_group_id": null,
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}