Information about plays

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

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

{
    "id": 428744,
    "uri": "https://api.kexp.org/v2/plays/428744/?format=api",
    "airdate": "2001-05-27T20:56:28-07:00",
    "show": 7204,
    "show_uri": "https://api.kexp.org/v2/shows/7204/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415egJWTJIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415egJWTJIL._SL75_.jpg",
    "song": "Beauty O'locco",
    "track_id": "5445cdc1-23de-4242-b469-ec5498292aa4",
    "recording_id": null,
    "artist": "Sun Electric",
    "artist_ids": [
        "fc708243-232a-49dd-a9c8-0383285890ad"
    ],
    "album": "Kitchen",
    "release_id": "5c2f574a-2e7c-48f0-af5f-2cb82541898a",
    "release_group_id": null,
    "labels": [
        "R & S Records"
    ],
    "label_ids": [
        "77bc13d5-ad62-4a2a-afd8-7e184f090708"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}