Information about plays

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

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

{
    "id": 1268753,
    "uri": "https://api.kexp.org/v2/plays/1268753/?format=api",
    "airdate": "2007-08-19T04:16:06-07:00",
    "show": 22211,
    "show_uri": "https://api.kexp.org/v2/shows/22211/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510BwWQP25L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510BwWQP25L._SL75_.jpg",
    "song": "Blue Clouds",
    "track_id": "b21cb713-acf6-433d-8161-d3a92c5237bf",
    "recording_id": null,
    "artist": "Daniel Johnston",
    "artist_ids": [
        "8a7ca8b0-d23c-4eff-8fe9-6220ba5c9c76"
    ],
    "album": "The Late Great Daniel Johnston: Discovered Covered (disc 2)",
    "release_id": "8a30b123-fc58-4be0-9ed6-c6a221da2ab1",
    "release_group_id": null,
    "labels": [
        "Gammon Records"
    ],
    "label_ids": [
        "7e2bee73-8201-495b-acfa-db53bd1932cd"
    ],
    "release_date": "2004-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}