Information about plays

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

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

{
    "id": 1336472,
    "uri": "https://api.kexp.org/v2/plays/1336472/?format=api",
    "airdate": "2008-02-09T01:40:33-08:00",
    "show": 23354,
    "show_uri": "https://api.kexp.org/v2/shows/23354/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KFRF0Z2VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KFRF0Z2VL._SL75_.jpg",
    "song": "Subconnectors",
    "track_id": "bf06975b-c88a-4388-a05a-c3c4db6879e0",
    "recording_id": null,
    "artist": "KJ Sawka",
    "artist_ids": [
        "4da511d4-4dfe-4389-9c0a-4ecf35cb0467"
    ],
    "album": "Synchronized Decompression",
    "release_id": "7a5f2a33-eaa5-4775-8c6c-5ea30cb44bbb",
    "release_group_id": null,
    "labels": [
        "Wax Orchard"
    ],
    "label_ids": [
        "b1ee2b48-af5c-438f-8244-28a26824109d"
    ],
    "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"
}