Information about plays

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

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

{
    "id": 421656,
    "uri": "https://api.kexp.org/v2/plays/421656/?format=api",
    "airdate": "2001-05-06T04:45:00-07:00",
    "show": 7061,
    "show_uri": "https://api.kexp.org/v2/shows/7061/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516ZN5FR5YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516ZN5FR5YL._SL75_.jpg",
    "song": "Martinique",
    "track_id": "505f325b-a0de-42af-ac25-afcb2de2b6d8",
    "recording_id": null,
    "artist": "Martin Denny",
    "artist_ids": [
        "186edc09-db32-4d4f-ba71-eed418630c83"
    ],
    "album": "Exotica: The Best of Martin Denny",
    "release_id": "eed66108-9c7b-42a8-97b6-849042cbb703",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}