Information about plays

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

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

{
    "id": 429700,
    "uri": "https://api.kexp.org/v2/plays/429700/?format=api",
    "airdate": "2001-05-30T18:28:25-07:00",
    "show": 7222,
    "show_uri": "https://api.kexp.org/v2/shows/7222/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51oR7VyO51L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51oR7VyO51L._SL75_.jpg",
    "song": "she's fine she'smine",
    "track_id": null,
    "recording_id": null,
    "artist": "Bo Diddley",
    "artist_ids": [
        "bf659d74-0b61-488c-8a7d-594f43bed9e0"
    ],
    "album": "Rare & Well Done",
    "release_id": "fd81726f-5b90-435a-894e-6c7c05aed094",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}