Information about plays

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

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

{
    "id": 1281441,
    "uri": "https://api.kexp.org/v2/plays/1281441/?format=api",
    "airdate": "2007-09-20T12:27:25-07:00",
    "show": 22424,
    "show_uri": "https://api.kexp.org/v2/shows/22424/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515j5xV-bvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515j5xV-bvL._SL75_.jpg",
    "song": "Pink Light",
    "track_id": null,
    "recording_id": null,
    "artist": "Laura Veirs",
    "artist_ids": [
        "8951c87f-f730-4247-b442-52ed14ad6a97"
    ],
    "album": "Saltbreakers",
    "release_id": "36af83c8-0fa2-4c00-a255-0c05be38924a",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2007-03-31",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}