Information about plays

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

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

{
    "id": 534550,
    "uri": "https://api.kexp.org/v2/plays/534550/?format=api",
    "airdate": "2002-04-04T10:32:48-08:00",
    "show": 9260,
    "show_uri": "https://api.kexp.org/v2/shows/9260/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31WG1NFBQWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31WG1NFBQWL._SL75_.jpg",
    "song": "Morning Glory",
    "track_id": null,
    "recording_id": null,
    "artist": "Versus",
    "artist_ids": [
        "ee7db106-6996-42a9-981d-b2d55a9b8366"
    ],
    "album": "Two Cents Plus Tax",
    "release_id": "4544c4f4-a8e0-4b14-8497-b15205ae712a",
    "release_group_id": null,
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}