Information about plays

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

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

{
    "id": 1293189,
    "uri": "https://api.kexp.org/v2/plays/1293189/?format=api",
    "airdate": "2007-10-20T16:18:57-07:00",
    "show": 22625,
    "show_uri": "https://api.kexp.org/v2/shows/22625/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/317DRJDPRML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/317DRJDPRML._SL75_.jpg",
    "song": "Wiggly World",
    "track_id": "c4e95e36-4f85-40b1-8096-aa5a24d21587",
    "recording_id": null,
    "artist": "Devo",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Duty Now for the Future",
    "release_id": "16bc746a-3041-4d1b-b7ec-d0cb20e27cc4",
    "release_group_id": null,
    "labels": [
        "Infinite Zero"
    ],
    "label_ids": [
        "4a64815e-cd98-4ffa-9858-508899c15b7f"
    ],
    "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"
}