Information about plays

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

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

{
    "id": 419066,
    "uri": "https://api.kexp.org/v2/plays/419066/?format=api",
    "airdate": "2001-04-28T05:41:32-07:00",
    "show": 7001,
    "show_uri": "https://api.kexp.org/v2/shows/7001/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VQOfTwYhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VQOfTwYhL._SL75_.jpg",
    "song": "Mr. Bassie",
    "track_id": "659a12be-c752-4b8c-8d4b-87ca01af3c92",
    "recording_id": null,
    "artist": "Horace Andy",
    "artist_ids": [
        "2027b08d-45b1-4fb5-aa6d-f6ccc4db78e5"
    ],
    "album": "Nice Up the Dance: Studio One Discomixes",
    "release_id": "f9821c77-a612-46ad-b1eb-2d2dc330772c",
    "release_group_id": null,
    "labels": [
        "Studio One"
    ],
    "label_ids": [
        "f276f83e-e35b-4767-ba67-904ecff2cab6"
    ],
    "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"
}