Information about plays

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

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

{
    "id": 1268747,
    "uri": "https://api.kexp.org/v2/plays/1268747/?format=api",
    "airdate": "2007-08-19T03:50:39-07:00",
    "show": 22211,
    "show_uri": "https://api.kexp.org/v2/shows/22211/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GweJJKQoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GweJJKQoL._SL75_.jpg",
    "song": "Bad Bone",
    "track_id": "018e6482-d244-4f15-8f6f-69ff97e17193",
    "recording_id": null,
    "artist": "Ghost",
    "artist_ids": [
        "97ea6a8e-2011-45f0-895e-8bb082b1aa64"
    ],
    "album": "Lama Rabi Rabi",
    "release_id": "cf093714-05ec-4c04-96b8-4b35e9e1f9c5",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}