Information about plays

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

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

{
    "id": 414491,
    "uri": "https://api.kexp.org/v2/plays/414491/?format=api",
    "airdate": "2001-03-04T17:00:00-08:00",
    "show": 6908,
    "show_uri": "https://api.kexp.org/v2/shows/6908/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Rb38XV%2B4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Rb38XV%2B4L._SL75_.jpg",
    "song": "those wooden ideas",
    "track_id": null,
    "recording_id": null,
    "artist": "Idlewild",
    "artist_ids": [
        "64d62f45-e001-40a1-a055-c3545fcc14de"
    ],
    "album": "100 Broken Windows",
    "release_id": "21d92785-1ffd-469a-9463-0d31925bf859",
    "release_group_id": null,
    "labels": [
        "Capitol"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}