Information about plays

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

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

{
    "id": 435166,
    "uri": "https://api.kexp.org/v2/plays/435166/?format=api",
    "airdate": "2001-06-15T23:47:08-07:00",
    "show": 7323,
    "show_uri": "https://api.kexp.org/v2/shows/7323/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41W7E9SG76L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41W7E9SG76L._SL75_.jpg",
    "song": "Sittel Habayeb",
    "track_id": "e0cc305b-e22c-4f15-b4e8-4dedd382a4ef",
    "recording_id": null,
    "artist": "Simon Shaheen",
    "artist_ids": [
        "2b26b168-d3c2-4016-b492-c84b8a38dec4"
    ],
    "album": "Music Of Mohamed Abdel Wahab",
    "release_id": "f2855b2f-955b-4a0d-bc10-a3baf4f7cce7",
    "release_group_id": null,
    "labels": [
        "Axiom"
    ],
    "label_ids": [
        "d04b1068-2fc6-4e0c-9e06-70d1bb08fce9"
    ],
    "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"
}