Information about plays

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

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

{
    "id": 1195407,
    "uri": "https://api.kexp.org/v2/plays/1195407/?format=api",
    "airdate": "2007-02-10T21:15:00-08:00",
    "show": 20954,
    "show_uri": "https://api.kexp.org/v2/shows/20954/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61WEx7%2B-xgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61WEx7%2B-xgL._SL75_.jpg",
    "song": "Harry Cross (A Tribute to Edna)",
    "track_id": "da7479e3-3943-4816-8fb8-05a6f3f936d5",
    "recording_id": null,
    "artist": "The Toy Dolls",
    "artist_ids": [
        "c1c10a2a-241a-403a-a020-61545f31d374"
    ],
    "album": "Idle Gossip",
    "release_id": "cc5bb62c-1f58-409f-860d-821af94ec3ad",
    "release_group_id": null,
    "labels": [
        "Castle Communications"
    ],
    "label_ids": [
        "f3acf224-8e44-49a1-a3a1-6ed1ea5f5016"
    ],
    "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"
}