Information about plays

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

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

{
    "id": 508845,
    "uri": "https://api.kexp.org/v2/plays/508845/?format=api",
    "airdate": "2002-01-19T21:07:49-08:00",
    "show": 8760,
    "show_uri": "https://api.kexp.org/v2/shows/8760/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KC95VSAdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KC95VSAdL._SL75_.jpg",
    "song": "Mental Invasion",
    "track_id": "7122c78e-02e6-4a85-94a1-12564ef2143c",
    "recording_id": null,
    "artist": "DJ Cam",
    "artist_ids": [
        "d2e123d0-c53e-4444-a52a-efeff44953c7"
    ],
    "album": "Loa Project, Volume 2",
    "release_id": "2aa6105b-3176-4392-b82a-0fcaf5724e27",
    "release_group_id": null,
    "labels": [
        "Inflamable"
    ],
    "label_ids": [
        "88324cb7-68a8-414b-89d7-447ac5ee79d3"
    ],
    "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"
}