Information about plays

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

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

{
    "id": 421407,
    "uri": "https://api.kexp.org/v2/plays/421407/?format=api",
    "airdate": "2001-05-05T05:37:30-07:00",
    "show": 7053,
    "show_uri": "https://api.kexp.org/v2/shows/7053/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61xMCD%2ByQbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61xMCD%2ByQbL._SL75_.jpg",
    "song": "U. B. Jesus",
    "track_id": null,
    "recording_id": null,
    "artist": "David Byrne",
    "artist_ids": [
        "d4659efb-b8eb-4f03-95e9-f69ce35967a9"
    ],
    "album": "Look Into the Eyeball",
    "release_id": "0712d044-be13-4397-9250-7abe39eedd5e",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2001-05-07",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}