Information about plays

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

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

{
    "id": 1416259,
    "uri": "https://api.kexp.org/v2/plays/1416259/?format=api",
    "airdate": "2008-08-30T18:26:37-07:00",
    "show": 24701,
    "show_uri": "https://api.kexp.org/v2/shows/24701/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61tOvSjqwuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61tOvSjqwuL._SL75_.jpg",
    "song": "Woolen Heirs",
    "track_id": null,
    "recording_id": null,
    "artist": "These Arms Are Snakes",
    "artist_ids": [
        "e95a296e-a34c-4496-9a7c-a95683d487b5"
    ],
    "album": "Tail Swallower & Dove",
    "release_id": "e6544db0-9a49-496b-a214-a9b7d633fef1",
    "release_group_id": null,
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2008-10-07",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}