Information about plays

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

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

{
    "id": 1177917,
    "uri": "https://api.kexp.org/v2/plays/1177917/?format=api",
    "airdate": "2006-12-28T13:19:41-08:00",
    "show": 20654,
    "show_uri": "https://api.kexp.org/v2/shows/20654/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AoRLjAKSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AoRLjAKSL._SL75_.jpg",
    "song": "Space Oddity",
    "track_id": "7018cf12-7527-43d8-8183-15c8cf34fdd6",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Space Oddity",
    "release_id": "2f328b90-02f6-4444-88e7-2e2ff3f7b1ae",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "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"
}