Information about plays

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

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

{
    "id": 414571,
    "uri": "https://api.kexp.org/v2/plays/414571/?format=api",
    "airdate": "2001-04-09T11:00:00-07:00",
    "show": 6912,
    "show_uri": "https://api.kexp.org/v2/shows/6912/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NuuLH1TeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NuuLH1TeL._SL75_.jpg",
    "song": "See Through Me",
    "track_id": "ec3853b2-754d-42ae-824f-3440b45b1b00",
    "recording_id": null,
    "artist": "S",
    "artist_ids": [
        "8504179e-2801-47d0-9953-b769d4f36243"
    ],
    "album": "Sadstyle",
    "release_id": "81961fc4-a9c5-49f3-898f-94974a3ad5fb",
    "release_group_id": null,
    "labels": [
        "Brown Records"
    ],
    "label_ids": [
        "e3210de8-3b0e-42aa-b402-82db38bf3a7a"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}