Information about plays

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

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

{
    "id": 1006673,
    "uri": "https://api.kexp.org/v2/plays/1006673/?format=api",
    "airdate": "2005-10-05T11:56:36-07:00",
    "show": 17704,
    "show_uri": "https://api.kexp.org/v2/shows/17704/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BeI-DdyrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BeI-DdyrL._SL75_.jpg",
    "song": "I'm Pretty Sure I Can See Molecules",
    "track_id": null,
    "recording_id": null,
    "artist": "Troubled Hubble",
    "artist_ids": [
        "b4baea0f-ca53-4c11-8c2d-ffbc641f5c09"
    ],
    "album": "Making Beds in a Burning House",
    "release_id": "91874bc3-4cd7-482f-a732-5941d21440aa",
    "release_group_id": null,
    "labels": [
        "Lookout! Records"
    ],
    "label_ids": [
        "1688db48-6fb1-43df-883d-954d39477958"
    ],
    "release_date": "2005-05-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}