Information about plays

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

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

{
    "id": 415775,
    "uri": "https://api.kexp.org/v2/plays/415775/?format=api",
    "airdate": "2001-04-17T16:08:34-07:00",
    "show": 6937,
    "show_uri": "https://api.kexp.org/v2/shows/6937/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4182EB1ARWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4182EB1ARWL._SL75_.jpg",
    "song": "Do Right by Me",
    "track_id": "a9282ef1-5fd3-4ebf-8dac-89c8ce0fe3ec",
    "recording_id": null,
    "artist": "The Fabulous Thunderbirds",
    "artist_ids": [
        "835cbbdd-4a59-45a9-bf37-6d2050aec2a9"
    ],
    "album": "High Water",
    "release_id": "e4242ed4-2db7-49dd-93c6-d4a2cc2c2110",
    "release_group_id": null,
    "labels": [
        "High Street"
    ],
    "label_ids": [],
    "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"
}