Information about plays

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

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

{
    "id": 1229756,
    "uri": "https://api.kexp.org/v2/plays/1229756/?format=api",
    "airdate": "2007-05-11T01:12:16-07:00",
    "show": 21545,
    "show_uri": "https://api.kexp.org/v2/shows/21545/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qES-fnJSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qES-fnJSL._SL75_.jpg",
    "song": "Everyone Is Totally Insane",
    "track_id": null,
    "recording_id": null,
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "Odditorium or Warlords of Mars",
    "release_id": "4a40e499-8e81-45df-97e9-6b430b0049e7",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}