Information about plays

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

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

{
    "id": 455486,
    "uri": "https://api.kexp.org/v2/plays/455486/?format=api",
    "airdate": "2001-08-14T08:06:40-07:00",
    "show": 7712,
    "show_uri": "https://api.kexp.org/v2/shows/7712/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51LVyWsOH3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51LVyWsOH3L._SL75_.jpg",
    "song": "Relaxin' With Cherry (Gak Sato Pre-echo mix)",
    "track_id": "258371a1-e7bf-48ea-99c0-65b1238685c7",
    "recording_id": null,
    "artist": "Kid Loco",
    "artist_ids": [
        "8027281d-79e4-4ddc-a8a7-6e6bf9254ad3"
    ],
    "album": "Prelude to a Grand Love Story",
    "release_id": "ac29eb9c-6ce1-41cf-b320-93b37c3cc09b",
    "release_group_id": null,
    "labels": [
        "Yellow Productions"
    ],
    "label_ids": [
        "586f56a1-fd7b-4224-bce1-e9aa349e825c"
    ],
    "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"
}