Information about plays

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

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

{
    "id": 463884,
    "uri": "https://api.kexp.org/v2/plays/463884/?format=api",
    "airdate": "2001-09-07T17:20:00-07:00",
    "show": 7877,
    "show_uri": "https://api.kexp.org/v2/shows/7877/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xJJJSMunL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xJJJSMunL._SL75_.jpg",
    "song": "Sweet Blue Gene",
    "track_id": "d5d988ed-5982-415d-8bb6-7c9ef1edf96d",
    "recording_id": null,
    "artist": "Michael J. Sheehy",
    "artist_ids": [
        "14c68270-cfd8-4132-ad49-36af0d08df86"
    ],
    "album": "Ill Gotten Gains",
    "release_id": "87c56b50-5e72-4a7b-8e2f-f09663c57ee9",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}