Information about plays

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

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

{
    "id": 533105,
    "uri": "https://api.kexp.org/v2/plays/533105/?format=api",
    "airdate": "2002-03-31T04:56:29-08:00",
    "show": 9232,
    "show_uri": "https://api.kexp.org/v2/shows/9232/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZWr2hIj8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZWr2hIj8L._SL75_.jpg",
    "song": "How to Disappear Completely",
    "track_id": null,
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Kid A",
    "release_id": "e1bdf797-8b89-4d4c-8986-bcb0974d9726",
    "release_group_id": null,
    "labels": [
        "東芝EMI 株式会社"
    ],
    "label_ids": [
        "d5a60c75-26e2-4363-a5db-58c12b578cd5"
    ],
    "release_date": "2000-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}