Information about plays

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

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

{
    "id": 414767,
    "uri": "https://api.kexp.org/v2/plays/414767/?format=api",
    "airdate": "2001-04-12T14:00:00-07:00",
    "show": 6917,
    "show_uri": "https://api.kexp.org/v2/shows/6917/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418N1HR4X8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418N1HR4X8L._SL75_.jpg",
    "song": "Teenage Dream (original version)",
    "track_id": "4d639a62-a045-4bb5-bad5-c9ed2aa3c2be",
    "recording_id": null,
    "artist": "IQU",
    "artist_ids": [
        "2861280a-095a-499d-9fe0-b71699bb03bb"
    ],
    "album": "Teenage Dream",
    "release_id": "35171b6e-2b05-4f76-ab8e-46db4376e53f",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "2000-08-15",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}