Information about plays

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

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

{
    "id": 1385837,
    "uri": "https://api.kexp.org/v2/plays/1385837/?format=api",
    "airdate": "2008-06-15T04:02:59-07:00",
    "show": 24192,
    "show_uri": "https://api.kexp.org/v2/shows/24192/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61NXBCZJSXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61NXBCZJSXL._SL75_.jpg",
    "song": "Finish Line",
    "track_id": "392ed49b-d127-419f-8585-dbe7bb15706f",
    "recording_id": null,
    "artist": "Michael",
    "artist_ids": [
        "a128670b-1dad-4124-9b42-67e2e477da06"
    ],
    "album": "The Day After My Confidence",
    "release_id": "f4738d0b-014d-4c83-a6bb-7be681c10542",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "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"
}