Information about plays

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

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

{
    "id": 1394547,
    "uri": "https://api.kexp.org/v2/plays/1394547/?format=api",
    "airdate": "2008-07-07T03:40:12-07:00",
    "show": 24338,
    "show_uri": "https://api.kexp.org/v2/shows/24338/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/611o6ExTUbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/611o6ExTUbL._SL75_.jpg",
    "song": "Lost!",
    "track_id": "8353cabb-9649-4964-bb36-a3fd2382bae8",
    "recording_id": null,
    "artist": "Coldplay",
    "artist_ids": [
        "cc197bad-dc9c-440d-a5b5-d52ba2e14234"
    ],
    "album": "Viva la Vida or Death and All His Friends",
    "release_id": "10c38900-3f35-4a09-a9cc-5c44ee2da0ed",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2008-06-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}