Information about plays

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

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

{
    "id": 1195275,
    "uri": "https://api.kexp.org/v2/plays/1195275/?format=api",
    "airdate": "2007-02-10T13:41:00-08:00",
    "show": 20951,
    "show_uri": "https://api.kexp.org/v2/shows/20951/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51oNrUnhAlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51oNrUnhAlL._SL75_.jpg",
    "song": "Song to Abe Lincoln",
    "track_id": "eb5f7bb6-dc67-4a52-afea-31321818fb3b",
    "recording_id": null,
    "artist": "Roky Erickson",
    "artist_ids": [
        "08850745-2054-4af6-833a-dde3f031eaa5"
    ],
    "album": "Gremlins Have Pictures",
    "release_id": "26f4926f-38e0-4603-b915-c64f62669c25",
    "release_group_id": null,
    "labels": [
        "pink dust"
    ],
    "label_ids": [],
    "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"
}