Information about plays

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

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

{
    "id": 414848,
    "uri": "https://api.kexp.org/v2/plays/414848/?format=api",
    "airdate": "2001-04-12T19:00:00-07:00",
    "show": 6919,
    "show_uri": "https://api.kexp.org/v2/shows/6919/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51v0K3tvl3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51v0K3tvl3L._SL75_.jpg",
    "song": "Reason To Lie",
    "track_id": "6518bebf-de1e-476b-8599-b5ba950c2be0",
    "recording_id": null,
    "artist": "Whiskeytown",
    "artist_ids": [
        "fdb40275-50df-4894-8481-573e86956e81"
    ],
    "album": "Pneumonia",
    "release_id": "59352c47-9c0a-4b53-a8a3-784813c3e718",
    "release_group_id": null,
    "labels": [
        "Lost Highway"
    ],
    "label_ids": [],
    "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"
}