Information about plays

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

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

{
    "id": 1195778,
    "uri": "https://api.kexp.org/v2/plays/1195778/?format=api",
    "airdate": "2007-02-11T22:29:10-08:00",
    "show": 20962,
    "show_uri": "https://api.kexp.org/v2/shows/20962/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HxO4Q31gL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HxO4Q31gL._SL75_.jpg",
    "song": "Babour",
    "track_id": "85606e8c-c9db-4477-822e-64a819dfc1f7",
    "recording_id": null,
    "artist": "Maghrebika",
    "artist_ids": [
        "cbb1eec4-c4bb-4360-856d-b6ba51fea2f3"
    ],
    "album": "Neftakhir",
    "release_id": "522e8254-74c9-4e0d-a16b-73038f393212",
    "release_group_id": null,
    "labels": [
        "El Toro"
    ],
    "label_ids": [],
    "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"
}