Information about plays

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

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

{
    "id": 454429,
    "uri": "https://api.kexp.org/v2/plays/454429/?format=api",
    "airdate": "2001-08-11T02:38:10-07:00",
    "show": 7689,
    "show_uri": "https://api.kexp.org/v2/shows/7689/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217Z1142E1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217Z1142E1L._SL75_.jpg",
    "song": "Green Means",
    "track_id": "5f7ab7bf-6372-4a8d-814c-cbcc758dc5a9",
    "recording_id": null,
    "artist": "Nobody",
    "artist_ids": [
        "51798612-b5ab-4f15-a39b-5cf38dee4fc8"
    ],
    "album": "Soulmates",
    "release_id": "3e36f02f-9382-4364-950c-10141522f569",
    "release_group_id": null,
    "labels": [
        "Ubiquity Records"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}