Information about plays

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

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

{
    "id": 1285185,
    "uri": "https://api.kexp.org/v2/plays/1285185/?format=api",
    "airdate": "2007-09-29T23:24:00-07:00",
    "show": 22486,
    "show_uri": "https://api.kexp.org/v2/shows/22486/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NeLv22EHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NeLv22EHL._SL75_.jpg",
    "song": "We Repel Each Other",
    "track_id": "3689fb7c-6fd8-471c-a5a9-60bdef805ee4",
    "recording_id": null,
    "artist": "Reigning Sound",
    "artist_ids": [
        "fd15c842-515a-4157-8c37-2b54c86390bc"
    ],
    "album": "Too Much Guitar",
    "release_id": "60fdfb96-94b0-444d-b003-f52a37e9af77",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "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"
}