Information about plays

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

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

{
    "id": 475989,
    "uri": "https://api.kexp.org/v2/plays/475989/?format=api",
    "airdate": "2001-10-13T13:20:00-07:00",
    "show": 8112,
    "show_uri": "https://api.kexp.org/v2/shows/8112/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/419TM11JB1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/419TM11JB1L._SL75_.jpg",
    "song": "You and Your Sister",
    "track_id": "8241ed25-6abc-4bec-834d-1c2de0e1b2f7",
    "recording_id": null,
    "artist": "This Mortal Coil",
    "artist_ids": [
        "60ef8ddb-7676-4056-a357-9a8c228d03a6"
    ],
    "album": "Blood",
    "release_id": "c7cea06b-a537-44ad-bd56-e27d41dcf83a",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1991-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}