Information about plays

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

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

{
    "id": 431966,
    "uri": "https://api.kexp.org/v2/plays/431966/?format=api",
    "airdate": "2001-06-06T15:56:15-07:00",
    "show": 7266,
    "show_uri": "https://api.kexp.org/v2/shows/7266/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RBAN5QTTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RBAN5QTTL._SL75_.jpg",
    "song": "The Bird",
    "track_id": "cf172baa-c845-4383-85a4-90fbcded6d59",
    "recording_id": null,
    "artist": "Tranquility Bass",
    "artist_ids": [
        "302adbf9-b038-44d5-b663-942656207ac4"
    ],
    "album": "Let the Freak Flag Fly",
    "release_id": "6d98e16a-2d71-4c48-aeaf-a6fd05e64a74",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "1997-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}