Information about plays

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

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

{
    "id": 421220,
    "uri": "https://api.kexp.org/v2/plays/421220/?format=api",
    "airdate": "2001-05-04T17:16:00-07:00",
    "show": 7050,
    "show_uri": "https://api.kexp.org/v2/shows/7050/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VH2K8Z33L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VH2K8Z33L._SL75_.jpg",
    "song": "On a Chair",
    "track_id": "c629284d-1186-4552-a915-78e52ed7e129",
    "recording_id": null,
    "artist": "Fantastic Plastic Machine",
    "artist_ids": [
        "30b39f11-2f7b-482c-b3b2-21fd5d30b556"
    ],
    "album": "beautiful.",
    "release_id": "34553567-4ed6-4704-b29e-9455981de342",
    "release_group_id": null,
    "labels": [
        "Emperor Norton"
    ],
    "label_ids": [
        "9066eb2b-916d-481b-9d25-46c43c6131ef"
    ],
    "release_date": "2001-05-15",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}