Information about plays

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

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

{
    "id": 1286901,
    "uri": "https://api.kexp.org/v2/plays/1286901/?format=api",
    "airdate": "2007-10-04T12:13:00-07:00",
    "show": 22517,
    "show_uri": "https://api.kexp.org/v2/shows/22517/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51W02P4yEpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51W02P4yEpL._SL75_.jpg",
    "song": "Peacebone",
    "track_id": "bb075879-cb49-4c04-8810-7f2269b31a91",
    "recording_id": null,
    "artist": "Animal Collective",
    "artist_ids": [
        "0c751690-c784-4a4f-b1e4-c1de27d47581"
    ],
    "album": "Peacebone",
    "release_id": "67bcb60b-099c-4267-910b-759ecf3cc539",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2007-08-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}