Information about plays

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

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

{
    "id": 1196305,
    "uri": "https://api.kexp.org/v2/plays/1196305/?format=api",
    "airdate": "2007-02-13T06:02:49-08:00",
    "show": 20971,
    "show_uri": "https://api.kexp.org/v2/shows/20971/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514QaBG8hzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514QaBG8hzL._SL75_.jpg",
    "song": "Sleeping Song",
    "track_id": "c09251a3-14ee-4b94-97d0-bb2dcafca857",
    "recording_id": null,
    "artist": "Sébastien Schuller",
    "artist_ids": [
        "e77d6c32-4a07-4bf9-8ba5-25684d6c4e28"
    ],
    "album": "Happiness",
    "release_id": "4346c425-0d04-4170-8b8a-22f09709aa9c",
    "release_group_id": null,
    "labels": [
        "Catalogue/Mute"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}