Information about plays

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

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

{
    "id": 416900,
    "uri": "https://api.kexp.org/v2/plays/416900/?format=api",
    "airdate": "2001-04-20T22:46:09-07:00",
    "show": 6957,
    "show_uri": "https://api.kexp.org/v2/shows/6957/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HG4MEQY0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HG4MEQY0L._SL75_.jpg",
    "song": "She's Real",
    "track_id": "f124597d-a342-4c33-8310-4f1624be9718",
    "recording_id": null,
    "artist": "Built To Spill and Caustic Resin",
    "artist_ids": [],
    "album": "Built to Spill Caustic Resin",
    "release_id": "643d918b-074b-4f0e-8d93-3d84fdd0e096",
    "release_group_id": null,
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}