Information about plays

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

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

{
    "id": 1361162,
    "uri": "https://api.kexp.org/v2/plays/1361162/?format=api",
    "airdate": "2008-04-12T03:00:55-07:00",
    "show": 23767,
    "show_uri": "https://api.kexp.org/v2/shows/23767/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51REjDeJfjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51REjDeJfjL._SL75_.jpg",
    "song": "Sermon on Competition, Part 2",
    "track_id": "ae3b996e-d1ce-4ba9-8aab-539c557e36b3",
    "recording_id": null,
    "artist": "Band of Susans",
    "artist_ids": [
        "12858790-851b-4899-ac07-9ac6373cf133"
    ],
    "album": "The Word and the Flesh",
    "release_id": "b412a2e9-01d3-461a-a2e1-1f420b1ae4fb",
    "release_group_id": null,
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "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"
}